Changeset 6899
- Timestamp:
- 03/21/2018 06:30:36 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r6878 r6899 69 69 */ 70 70 function scripts() { 71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' ); 72 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 73 71 74 if ( is_page( 'stats' ) ) { 72 75 wp_enqueue_script( 'google-charts', 'https://www.gstatic.com/charts/loader.js', [], null, true ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6887 r6899 64 64 </section> 65 65 66 <section class=" row gutters between">66 <section class="areas row gutters between"> 67 67 <div class="col-4"> 68 <h 4><?php esc_html_e( 'The Technology', 'wporg' ); ?></h4>68 <h3><?php esc_html_e( 'The Technology', 'wporg' ); ?></h3> 69 69 <p><?php esc_html_e( 'Learn about WordPress, where it’s been, and where it’s going.', 'wporg' ); ?></p> 70 70 <ul> … … 77 77 </div> 78 78 <div class="col-4"> 79 <h 4><?php esc_html_e( 'The Details', 'wporg' ); ?></h4>79 <h3><?php esc_html_e( 'The Details', 'wporg' ); ?></h3> 80 80 <p><?php esc_html_e( 'There’s so much in the details. Stay abreast with the particulars.', 'wporg' ); ?></p> 81 81 <ul> … … 88 88 </div> 89 89 <div class="col-4"> 90 <h 4><?php esc_html_e( 'The People', 'wporg' ); ?></h4>90 <h3><?php esc_html_e( 'The People', 'wporg' ); ?></h3> 91 91 <p><?php esc_html_e( 'Learn about the community and how we get along.', 'wporg' ); ?></p> 92 92 <ul> … … 123 123 <div class="col-3"> 124 124 <div class="graphic"></div> 125 <h 4><?php esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4>125 <h3><?php esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h3> 126 126 <p><?php esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p> 127 127 </div> 128 128 <div class="col-3"> 129 129 <div class="graphic"></div> 130 <h 4><?php esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4>130 <h3><?php esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h3> 131 131 <p><?php esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p> 132 132 </div> 133 133 <div class="col-3"> 134 134 <div class="graphic"></div> 135 <h 4><?php esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4>135 <h3><?php esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h3> 136 136 <p><?php esc_html_e( 'To redistribute.', 'wporg' ); ?></p> 137 137 </div> 138 138 <div class="col-3"> 139 139 <div class="graphic"></div> 140 <h 4><?php esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4>140 <h3><?php esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h3> 141 141 <p><?php esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p> 142 142 </div>
Note: See TracChangeset
for help on using the changeset viewer.