Changeset 6992 for trunk/wp-admin/edit.php
- Timestamp:
- 02/23/2008 07:20:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r6950 r6992 139 139 <?php wp_nonce_field('bulk-posts'); ?> 140 140 <?php 141 141 if ( !isset( $_GET['p'] ) ) { 142 142 $arc_query = "SELECT DISTINCT YEAR(post_date) AS yyear, MONTH(post_date) AS mmonth FROM $wpdb->posts WHERE post_type = 'post' ORDER BY post_date DESC"; 143 143 … … 170 170 <?php wp_dropdown_categories('show_option_all='.__('View all categories').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?> 171 171 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 172 172 <?php } ?> 173 173 </div> 174 174
Note: See TracChangeset
for help on using the changeset viewer.