Changeset 20458
- Timestamp:
- 04/12/2012 10:03:57 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.dev.css
r20456 r20458 4316 4316 } 4317 4317 4318 #current-theme .theme-info li, 4318 4319 .available-theme .action-links li { 4319 4320 float: left; … … 4323 4324 } 4324 4325 4326 #current-theme .theme-info li:last-child, 4325 4327 .available-theme .action-links li:last-child { 4326 4328 padding-right: 0; … … 4379 4381 #current-theme a { 4380 4382 border-bottom: none; 4383 } 4384 4385 #current-theme .theme-info { 4386 margin: 1em 0; 4387 overflow: hidden; 4381 4388 } 4382 4389 -
trunk/wp-admin/themes.php
r20445 r20458 114 114 115 115 <div> 116 <p> 117 <span><?php printf( __('By %s'), $ct->display('Author') ); ?></span> 118 | 119 <span><?php printf( __('Version %s'), $ct->display('Version') ); ?></span> 120 </p> 116 <ul class="theme-info"> 117 <li><?php printf( __('By %s'), $ct->display('Author') ); ?></li> 118 <li><?php printf( __('Version %s'), $ct->display('Version') ); ?></li> 119 </ul> 121 120 <p class="theme-description"><?php echo $ct->display('Description'); ?></p> 122 121 <?php theme_update_available( $ct ); ?>
Note: See TracChangeset
for help on using the changeset viewer.