Changeset 1836:176d311e56a7 for inc/admin/lib.dc.page.php
- Timestamp:
- 09/13/13 19:43:58 (12 years ago)
- Branch:
- Ticket #1539
- Children:
- 1837:bc086634dac8, 1838:175f854b4403
- Parents:
- 1835:047d8d2aae0f (diff), 1809:626295167332 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1809 r1836 585 585 self::jsVar('dotclear.msg.xhtml_not_valid', 586 586 __('There are XHTML markup errors.')). 587 self::jsVar('dotclear.msg.warning_validate_no_save_content', 588 __('Attention: an audit of a content not yet registered.')). 587 589 self::jsVar('dotclear.msg.confirm_change_post_format', 588 590 __('You have unsaved changes. Switch post format will loose these changes. Proceed anyway?')). -
inc/admin/lib.dc.page.php
r1834 r1836 482 482 { 483 483 $mute_or_no = ''; 484 if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute)) { 484 if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute) // for initial setting 485 || $GLOBALS['core']->blog->settings->system->jquery_migrate_mute) { 485 486 $mute_or_no .= 486 487 '<script type="text/javascript">'."\n".
Note: See TracChangeset
for help on using the changeset viewer.