Ticket #57675: 57675.1.patch
| File 57675.1.patch, 1.7 KB (added by , 4 years ago) |
|---|
-
src/wp-admin/css/common.css
106 106 text-align: right; 107 107 } 108 108 109 .inline-block { 110 display: inline-block; 111 } 112 109 113 .clear { 110 114 clear: both; 111 115 } -
src/wp-admin/options-general.php
73 73 /* translators: %s: Network title. */ 74 74 $sample_tagline = sprintf( __( 'Just another %s site' ), get_network()->site_name ); 75 75 } 76 $tagline_description = sprintf( 77 '%1$s <span class="inline-block">%2$s</span>', 78 __( 'In a few words, explain what this site is about.' ), 79 /* translators: %s: Site tagline example. */ 80 sprintf( __( 'Example: “%s”' ), $sample_tagline ) 81 ); 76 82 ?> 77 83 <tr> 78 84 <th scope="row"><label for="blogdescription"><?php _e( 'Tagline' ); ?></label></th> 79 <td><input name="blogdescription" type="text" id="blogdescription" aria-describedby="tagline-description" value="<?php form_option( 'blogdescription' ); ?>" class="regular-text" placeholder="<?php echo $sample_tagline; ?>"/>80 <p class="description" id="tagline-description"><?php _e( 'In a few words, explain what this site is about.' ); ?></p></td>85 <td><input name="blogdescription" type="text" id="blogdescription" aria-describedby="tagline-description" value="<?php form_option( 'blogdescription' ); ?>" class="regular-text" /> 86 <p class="description" id="tagline-description"><?php echo $tagline_description; ?></p></td> 81 87 </tr> 82 88 83 89 <?php
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)