Changeset 9073 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/03/2008 12:13:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9069 r9073 143 143 <div class="wrap"> 144 144 145 < form id="posts-filter" action="" method="get">146 147 <p id="post-search">145 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 146 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 147 <p class="search-box"> 148 148 <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label> 149 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />149 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 150 150 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" /> 151 151 </p> 152 152 </form> 153 <br class="clear" /> 154 155 <form id="posts-filter" action="" method="get"> 153 156 <div class="tablenav"> 154 157 … … 183 186 </div> 184 187 185 < br class="clear" />188 <div class="clear"></div> 186 189 187 190 <table class="widefat">
Note: See TracChangeset
for help on using the changeset viewer.