Changeset 26684
- Timestamp:
- 12/05/2013 07:08:01 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26658 r26684 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' ), -
trunk/src/wp-admin/themes.php
r26681 r26684 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 ) { #>
Note: See TracChangeset
for help on using the changeset viewer.