Changeset 6608 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
- Timestamp:
- 02/12/2018 10:05:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6606 r6608 43 43 <div class="shapes"> 44 44 <a class="shape technology dashicons-before dashicons-welcome-widgets-menus" href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"> 45 <h3><?php _esc_html_e( 'The Technology', 'wporg' ); ?></h3> 46 <p><?php _esc_html_e( 'Learn about the software', 'wporg' ); ?></p> 45 <p> 46 <strong><?php _esc_html_e( 'The Technology', 'wporg' ); ?></strong><br /> 47 <?php _esc_html_e( 'Learn about the software', 'wporg' ); ?> 48 </p> 47 49 </a> 48 50 <a class="shape community dashicons-before dashicons-admin-site" href="https://make.wordpress.org/"> 49 <h3><?php _esc_html_e( 'The Community', 'wporg' ); ?></h3> 50 <p><?php _esc_html_e( 'Learn about the people', 'wporg' ); ?></p> 51 <p> 52 <strong><?php _esc_html_e( 'The Community', 'wporg' ); ?></strong><br /> 53 <?php _esc_html_e( 'Learn about the people', 'wporg' ); ?> 54 </p> 51 55 </a> 52 56 </div>
Note: See TracChangeset
for help on using the changeset viewer.