Changeset 9054 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/02/2008 01:32:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9046 r9054 82 82 $search = attribute_escape( $search_dirty ); ?> 83 83 84 <div id="edit-settings">85 <a href="#edit_settings" id="show-settings-link" class="hide-if-no-js show-settings"><?php _e('Page Options') ?></a>86 84 <div id="edit-settings-wrap" class="hidden"> 87 <a href="#edit_settings" id="hide-settings-link" class="show-settings"><?php _e('Hide Options') ?></a>88 85 <h5><?php _e('Show on screen') ?></h5> 89 86 <form id="adv-settings" action="" method="get"> … … 93 90 <br class="clear" /> 94 91 </div></form> 95 </div> </div>92 </div> 96 93 97 94 <?php
Note: See TracChangeset
for help on using the changeset viewer.