Changeset 9531 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 11/05/2008 07:51:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9518 r9531 132 132 <?php screen_options('tag') ?> 133 133 134 <div class="wrap nosubsub"> 135 <h2><?php echo wp_specialchars( $title ); ?></h2> 136 134 137 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> 135 138 <div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div> 136 139 <?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']); 137 140 endif; ?> 138 139 <div class="wrap nosubsub">140 <h2><?php echo wp_specialchars( $title ); ?></h2>141 141 142 142 <form class="search-form" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.