Changeset 3975:403e3ea2c10e
- Timestamp:
- 06/21/19 12:29:35 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/lib.pings.php
r3874 r3975 33 33 public static function pingJS() 34 34 { 35 global $core; 36 37 $res = 38 "<script type=\"text/javascript\">\n" . 39 dcPage::jsVar('dotclear.msg.check_all', __('Check all')) . "\n" . 40 "</script>\n" . 41 dcPage::jsLoad(dcPage::getPF('pings/js/post.js')); 42 43 return $res; 35 return dcPage::jsLoad(dcPage::getPF('pings/js/post.js')); 44 36 } 45 37
Note: See TracChangeset
for help on using the changeset viewer.