Changeset 35220 for trunk/src/wp-admin/themes.php
- Timestamp:
- 10/16/2015 03:55:06 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r35187 r35220 424 424 <# } #> 425 425 <h2 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></span></h2> 426 < h3 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h3>426 <p class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></p> 427 427 428 428 <# if ( data.hasUpdate ) { #> 429 429 <div class="notice notice-warning notice-alt notice-large"> 430 <h 4 class="notice-title"><?php _e( 'Update Available' ); ?></h4>430 <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3> 431 431 {{{ data.update }}} 432 432 </div>
Note: See TracChangeset
for help on using the changeset viewer.