Changeset 3164
- Timestamp:
- 11/19/2005 07:20:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r3134 r3164 23 23 } 24 24 25 // Fix submenu highlighting for pages. 26 if (false !== strpos($_SERVER['HTTP_REFERER'], 'edit-pages.php')) $submenu_file = 'page-new.php'; 25 // Fix submenu highlighting for pages. 26 if ( isset($_REQUEST['post']) && 'static' == get_post_status($_REQUEST['post']) ) 27 $submenu_file = 'page-new.php'; 27 28 28 29 $editing = true;
Note: See TracChangeset
for help on using the changeset viewer.