Changeset 9533 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 11/05/2008 08:30:26 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9526 r9533 63 63 <?php screen_options('link-category') ?> 64 64 65 <div class="wrap nosubsub"> 66 <h2><?php echo wp_specialchars( $title ); ?></h2> 67 65 68 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> 66 69 <div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div> 67 70 <?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']); 68 71 endif; ?> 69 70 <div class="wrap nosubsub">71 <h2><?php echo wp_specialchars( $title ); ?></h2>72 72 73 73 <form class="search-form" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.