Ticket #26433: 26433.2.diff
File 26433.2.diff, 1.4 KB (added by , 11 years ago) |
---|
-
wp-admin/includes/theme.php
410 410 'name' => $theme->display( 'Name' ), 411 411 'screenshot' => array( $theme->get_screenshot() ), // @todo multiple 412 412 'description' => $theme->display( 'Description' ), 413 'author' => $theme->display( 'Author' ), 413 'author' => $theme->display( 'Author', false, true ), 414 'authorAndUri' => $theme->display( 'Author' ), 414 415 'version' => $theme->display( 'Version' ), 415 416 'tags' => $theme->display( 'Tags' ), 416 417 'parent' => $parent, -
wp-admin/themes.php
273 273 <span class="current-label"><?php _e( 'Current Theme' ); ?></span> 274 274 <# } #> 275 275 <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> 277 277 278 278 <# if ( data.hasUpdate ) { #> 279 279 <div class="theme-update-message">