Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
- Timestamp:
- 12/11/2019 07:47:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r8726 r9328 34 34 35 35 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 36 <header class="entry-header ">36 <header class="entry-header row"> 37 37 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 38 38 </header><!-- .entry-header --> … … 40 40 <div class="entry-content row"> 41 41 <section class="col-8"> 42 <h 3><?php esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h3>42 <h2 class="h3"><?php esc_html_e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></h2> 43 43 44 44 <ul> … … 81 81 </p> 82 82 83 <h 3><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h3>83 <h2><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h2> 84 84 85 85 <p><?php esc_html_e( 'Here’s a letter you can send to your host; copy and paste!', 'wporg' ); ?></p> … … 108 108 </blockquote> 109 109 110 <h 3><?php esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h3>110 <h2 class="h3"><?php esc_html_e( 'Not required, but recommended for better security', 'wporg' ); ?></h2> 111 111 112 112 <p><?php esc_html_e( 'Hosting is more secure when PHP applications, like WordPress, are run using your account’s username instead of the server’s default shared username. Ask your potential host what steps they take to ensure the security of your account.', 'wporg' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.