Changeset 23445 for trunk/wp-admin/options-head.php
- Timestamp:
- 02/16/2013 06:28:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-head.php
r19712 r23445 3 3 * WordPress Options Header. 4 4 * 5 * Resets variables: 'action', 'standalone', and 'option_group_id'. Displays 6 * updated message, if updated variable is part of the URL query. 5 * Displays updated message, if updated variable is part of the URL query. 7 6 * 8 7 * @package WordPress … … 10 9 */ 11 10 12 wp_reset_vars( array('action', 'standalone', 'option_group_id'));11 wp_reset_vars( array( 'action' ) ); 13 12 14 13 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.