Make WordPress Core


Ignore:
Timestamp:
02/17/2010 05:50:42 PM (15 years ago)
Author:
ryan
Message:

Option validation error reporting. Props jeremyclarke. see #11474

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-head.php

    r12546 r13177  
    1111
    1212wp_reset_vars(array('action', 'standalone', 'option_group_id'));
     13
     14settings_errors();
     15
    1316?>
    14 
    15 <?php if (isset($_GET['updated'])) : ?>
    16 <div id="message" class="updated"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
    17 <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.