Ticket #34288: 34288.patch
File 34288.patch, 1.3 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/themes.css
753 753 } 754 754 755 755 .theme-overlay .theme-author { 756 margin: 15px 0 25px; 756 757 color: #686868; 757 758 font-size: 16px; 758 759 font-weight: 400; 759 margin: 15px 0 25px;760 line-height: inherit; 760 761 } 761 762 762 763 .theme-overlay .theme-author a { -
src/wp-admin/themes.php
403 403 <span class="current-label"><?php _e( 'Current Theme' ); ?></span> 404 404 <# } #> 405 405 <h2 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></span></h2> 406 < h3 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h3>406 <p class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></p> 407 407 408 408 <# if ( data.hasUpdate ) { #> 409 409 <div class="notice notice-warning notice-alt notice-large"> 410 <h 4 class="notice-title"><?php _e( 'Update Available' ); ?></h4>410 <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3> 411 411 {{{ data.update }}} 412 412 </div> 413 413 <# } #>