| 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> |
| | 79 | <td><input name="blogdescription" type="text" id="blogdescription" aria-describedby="tagline-description" value="<?php form_option( 'blogdescription' ); ?>" class="regular-text" /> |
| | 80 | <p class="description" id="tagline-description"> |
| | 81 | <?php _e( 'In a few words, explain what this site is about.' ); ?> |
| | 82 | <?php |
| | 83 | printf( |
| | 84 | /* translators: %s: Site tagline example. */ |
| | 85 | 'Example: “%s”', |
| | 86 | $sample_tagline |
| | 87 | ); |
| | 88 | ?> |
| | 89 | </p></td> |