Changeset 9528 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/05/2008 07:17:22 PM (16 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.