Changeset 9528 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 11/05/2008 07:17:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r9514 r9528 103 103 <?php screen_options('page') ?> 104 104 105 <div class="wrap"> 106 <h2><?php echo wp_specialchars( $title ); ?></h2> 107 105 108 <?php if ( isset($_GET['locked']) || isset($_GET['skipped']) || isset($_GET['updated']) ) { ?> 106 109 <div id="message" class="updated fade"><p> … … 126 129 <?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('posted'), $_SERVER['REQUEST_URI']); 127 130 endif; ?> 128 129 <div class="wrap">130 <h2><?php echo wp_specialchars( $title ); ?></h2>131 131 132 132 <form id="posts-filter" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.