Changeset 9528
- Timestamp:
- 11/05/2008 07:17:22 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9518 r9528 475 475 <?php screen_options('post', 1) ?> 476 476 477 <?php if ( (isset($mode) && 'bookmarklet' == $mode) || isset($_GET['popupurl']) ): ?> 478 <input type="hidden" name="mode" value="bookmarklet" /> 479 <?php endif; ?> 480 481 <div class="wrap"> 482 <h2><?php echo wp_specialchars( $title ); ?></h2> 477 483 <?php if ( $notice ) : ?> 478 484 <div id="notice" class="error"><p><?php echo $notice ?></p></div> … … 481 487 <div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div> 482 488 <?php endif; ?> 483 484 <?php if ( (isset($mode) && 'bookmarklet' == $mode) || isset($_GET['popupurl']) ): ?>485 <input type="hidden" name="mode" value="bookmarklet" />486 <?php endif; ?>487 488 <div class="wrap">489 <h2><?php echo wp_specialchars( $title ); ?></h2>490 489 <form name="post" action="post.php" method="post" id="post"> 491 490 <?php -
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.