Changeset 9531 for trunk/wp-admin/categories.php
- Timestamp:
- 11/05/2008 07:51:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9506 r9531 134 134 <?php screen_options('category') ?> 135 135 136 <div class="wrap nosubsub"> 137 <h2><?php echo wp_specialchars( $title ); ?></h2> 138 136 139 <?php 137 140 if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> … … 139 142 <?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']); 140 143 endif; ?> 141 142 <div class="wrap nosubsub">143 <h2><?php echo wp_specialchars( $title ); ?></h2>144 144 145 145 <form class="search-form topmargin" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.