Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.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.php
r7350 r9328 34 34 <div class="entry-content row"> 35 35 <section class="col-8"> 36 <h2 id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2>36 <h2 class="h1" id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2> 37 37 <p><?php esc_html_e( 'WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. We believe great software should work with minimum set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.', 'wporg' ); ?></p> 38 38 <p> … … 97 97 98 98 <section class="col-8"> 99 <h2 id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2>99 <h2 class="h1" id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2> 100 100 <p> 101 101 <?php … … 108 108 109 109 <section class="col-8"> 110 <h2 id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>110 <h2 class="h1" id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2> 111 111 <p> 112 112 <?php
Note: See TracChangeset
for help on using the changeset viewer.