Changeset 20065 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 03/01/2012 11:58:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r20048 r20065 169 169 $title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p> 170 170 <?php endif; ?> 171 <?php172 if ( $theme->get('Tags') )173 printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );174 ?>175 171 </div> 176 172 <?php theme_update_available( $theme ); ?>
Note: See TracChangeset
for help on using the changeset viewer.