Make WordPress Core


Ignore:
Timestamp:
04/12/2012 10:03:57 PM (13 years ago)
Author:
koopersmith
Message:

Manage Themes: Improved separators (markup/styles) for current theme author/version. see #20403.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r20445 r20458  
    114114
    115115    <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>
    121120        <p class="theme-description"><?php echo $ct->display('Description'); ?></p>
    122121        <?php theme_update_available( $ct ); ?>
Note: See TracChangeset for help on using the changeset viewer.