Changeset 1841:271b59a77272 for inc/admin
- Timestamp:
- 09/13/13 21:58:29 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1836 r1841 482 482 { 483 483 $mute_or_no = ''; 484 if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute) // for initial setting 485 || $GLOBALS['core']->blog->settings->system->jquery_migrate_mute) { 484 if (empty($GLOBALS['core']->blog) || $GLOBALS['core']->blog->settings->system->jquery_migrate_mute) { 486 485 $mute_or_no .= 487 486 '<script type="text/javascript">'."\n".
Note: See TracChangeset
for help on using the changeset viewer.