Make WordPress Core

Ticket #24080: options-writing.php.diff

File options-writing.php.diff, 1.1 KB (added by norcross, 12 years ago)

writing page

  • options-writing.php

     
    125125</div>
    126126
    127127<?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>
    129129<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&#8217;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>
    130130
    131131<table class="form-table">
     
    159159<?php } ?>
    160160
    161161<?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>
    163163
    164164<?php if ( 1 == get_option('blog_public') ) : ?>
    165165