Changeset 16332 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 11/12/2010 08:05:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r16315 r16332 597 597 ?> 598 598 <td <?php echo $attributes ?>><?php 599 $categories = get_the_categor y();599 $categories = get_the_categories(); 600 600 if ( !empty( $categories ) ) { 601 601 $out = array();
Note: See TracChangeset
for help on using the changeset viewer.