Make WordPress Core

Ticket #26433: 26433.2.diff

File 26433.2.diff, 1.4 KB (added by nacin, 11 years ago)
  • wp-admin/includes/theme.php

     
    410410                        'name'         => $theme->display( 'Name' ),
    411411                        'screenshot'   => array( $theme->get_screenshot() ), // @todo multiple
    412412                        'description'  => $theme->display( 'Description' ),
    413                         'author'       => $theme->display( 'Author' ),
     413                        'author'       => $theme->display( 'Author', false, true ),
     414                        'authorAndUri' => $theme->display( 'Author' ),
    414415                        'version'      => $theme->display( 'Version' ),
    415416                        'tags'         => $theme->display( 'Tags' ),
    416417                        'parent'       => $parent,
  • wp-admin/themes.php

     
    273273                                        <span class="current-label"><?php _e( 'Current Theme' ); ?></span>
    274274                                <# } #>
    275275                                <h3 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{{ data.version }}}' ); ?></span></h3>
    276                                 <h4 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></h4>
     276                                <h4 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h4>
    277277
    278278                                <# if ( data.hasUpdate ) { #>
    279279                                <div class="theme-update-message">