Changeset 9018 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 09/28/2008 12:29:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9016 r9018 112 112 <div class="wrap"> 113 113 114 <form id="posts-filter" action="" method="get">115 114 <h2><?php _e('Manage Comments'); ?></h2> 116 115 … … 142 141 </ul> 143 142 144 <input type="hidden" name="mode" value="<?php echo $mode; ?>" />145 <input type="hidden" name="comment_status" value="<?php echo $comment_status; ?>" />146 </form>147 148 <!-- crazyhorse149 <ul class="view-switch">150 <li <?php if ( 'detail' == $mode ) echo "class='current'" ?>><a href="<?php echo clean_url(add_query_arg('mode', 'detail', $_SERVER['REQUEST_URI'])) ?>"><?php _e('Detail View') ?></a></li>151 <li <?php if ( 'list' == $mode ) echo "class='current'" ?>><a href="<?php echo clean_url(add_query_arg('mode', 'list', $_SERVER['REQUEST_URI'])) ?>"><?php _e('List View') ?></a></li>152 </ul>153 -->154 155 143 <?php 156 144 … … 179 167 180 168 <form id="comments-form" action="" method="post"> 169 <input type="hidden" name="mode" value="<?php echo $mode; ?>" /> 170 <input type="hidden" name="comment_status" value="<?php echo $comment_status; ?>" /> 181 171 182 172 <div class="tablenav">
Note: See TracChangeset
for help on using the changeset viewer.