Changeset 24002
- Timestamp:
- 04/16/2013 08:19:29 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r22010 r24002 165 165 </table> 166 166 167 <h3 ><?php _e('Avatars'); ?></h3>167 <h3 class="title"><?php _e('Avatars'); ?></h3> 168 168 169 169 <p><?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.'); ?></p> -
trunk/wp-admin/options-media.php
r23134 r24002 47 47 <?php settings_fields('media'); ?> 48 48 49 <h3 ><?php _e('Image sizes') ?></h3>49 <h3 class="title"><?php _e('Image sizes') ?></h3> 50 50 <p><?php _e('The sizes listed below determine the maximum dimensions in pixels to use when inserting an image into the body of a post.'); ?></p> 51 51 … … 87 87 88 88 <?php if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?> 89 <h3 ><?php _e('Embeds') ?></h3>89 <h3 class="title"><?php _e('Embeds') ?></h3> 90 90 <table class="form-table"> 91 91 <?php do_settings_fields( 'media', 'embeds' ); ?> … … 94 94 95 95 <?php if ( !is_multisite() ) : ?> 96 <h3 ><?php _e('Uploading Files'); ?></h3>96 <h3 class="title"><?php _e('Uploading Files'); ?></h3> 97 97 <table class="form-table"> 98 98 <?php -
trunk/wp-admin/options-permalink.php
r23305 r24002 189 189 ); 190 190 ?> 191 <h3 ><?php _e('Common Settings'); ?></h3>191 <h3 class="title"><?php _e('Common Settings'); ?></h3> 192 192 <table class="form-table permalink-structure"> 193 193 <tr> … … 224 224 </table> 225 225 226 <h3 ><?php _e('Optional'); ?></h3>226 <h3 class="title"><?php _e('Optional'); ?></h3> 227 227 <?php 228 228 $suffix = ''; -
trunk/wp-admin/options-writing.php
r23314 r24002 126 126 127 127 <?php if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ?> 128 <h3 ><?php _e('Post via e-mail') ?></h3>128 <h3 class="title"><?php _e('Post via e-mail') ?></h3> 129 129 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p> 130 130 … … 160 160 161 161 <?php if ( apply_filters( 'enable_update_services_configuration', true ) ) { ?> 162 <h3 ><?php _e('Update Services') ?></h3>162 <h3 class="title"><?php _e('Update Services') ?></h3> 163 163 164 164 <?php if ( 1 == get_option('blog_public') ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.