Changeset 23445 for trunk/wp-admin/post.php
- Timestamp:
- 02/16/2013 06:28:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r22725 r23445 15 15 $submenu_file = 'edit.php'; 16 16 17 wp_reset_vars( array('action', 'safe_mode', 'withcomments', 'posts', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder'));17 wp_reset_vars( array( 'action' ) ); 18 18 19 19 if ( isset( $_GET['post'] ) )
Note: See TracChangeset
for help on using the changeset viewer.