Changeset 31765 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 03/13/2015 04:56:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31739 r31765 795 795 </div> 796 796 <ul class="categories-select" aria-label="<?php esc_attr_e( 'Categories' ); ?>"> 797 <?php wp_terms_checklist( $post->ID, array( 'taxonomy' => 'category' ) ); ?>797 <?php wp_terms_checklist( $post->ID, array( 'taxonomy' => 'category', 'list_only' => true ) ); ?> 798 798 </ul> 799 799 <?php
Note: See TracChangeset
for help on using the changeset viewer.