Changeset 20065 for trunk/wp-admin/themes.php
- Timestamp:
- 03/01/2012 11:58:10 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r20064 r20065 137 137 } 138 138 echo implode ( ' | ', $options ); 139 140 if ( $ct->get('Tags') ) : ?> 141 <p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p> 142 <?php endif; ?> 143 </div> 144 <?php theme_update_available($ct); ?> 139 ?></div> 140 <?php theme_update_available( $ct ); ?> 145 141 146 142 </div>
Note: See TracChangeset
for help on using the changeset viewer.