Changeset 10169 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/bbpress-front.php
- Timestamp:
- 08/13/2020 11:43:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/bbpress-front.php
r10131 r10169 17 17 <div> 18 18 <div class="info-box"> 19 <span class="dashicons 20 <?php 21 /* translators: dashicon class name for 'Welcome to Support' section. Do not translate into your own language. */ 22 esc_attr_e( 'dashicons-sos', 'wporg-forums' ); 23 ?> 24 "></span> 25 <h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3> 26 <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p> 27 <p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p> 19 <span class="dashicons dashicons-sos"></span> 20 <h3><?php esc_html_e( 'Welcome to Support', 'wporg-learn' ); ?></h3> 21 <p><?php esc_html_e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-learn' ); ?></p> 22 <p><?php esc_html_e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-learn' ); ?></p> 28 23 </div> 29 24 </div> 30 25 <div> 31 26 <div class="info-box"> 32 <span class="dashicons 33 <?php 34 /* translators: dashicon class name for 'Documentation' section. Do not translate into your own language. */ 35 esc_attr_e( 'dashicons-portfolio', 'wporg-forums' ); 36 ?> 37 "></span> 38 <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> 39 <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> 40 <p><?php _e( '<a href="https://codex.wordpress.org/">Explore documentation</a>', 'wporg-forums' ); ?></p> 27 <span class="dashicons dashicons-portfolio"></span> 28 <h3><?php esc_html_e( 'Documentation', 'wporg-learn' ); ?></h3> 29 <p><?php esc_html_e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-learn' ); ?></p> 30 <p><?php esc_html_e( '<a href="https://codex.wordpress.org/">Explore documentation</a>', 'wporg-learn' ); ?></p> 41 31 </div> 42 32 </div> 43 33 <div> 44 34 <div class="info-box"> 45 <span class="dashicons 46 <?php 47 /* translators: dashicon class name for 'Get Involved' section. Do not translate into your own language. */ 48 esc_attr_e( 'dashicons-hammer', 'wporg-forums' ); 49 ?> 50 "></span> 51 <h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3> 52 <p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p> 53 <p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p> 35 <span class="dashicons dashicons-hammer"></span> 36 <h3><?php esc_html_e( 'Get Involved', 'wporg-learn' ); ?></h3> 37 <p><?php esc_html_e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-learn' ); ?></p> 38 <p><?php esc_html_e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-learn' ); ?></p> 54 39 </div> 55 40 </div>
Note: See TracChangeset
for help on using the changeset viewer.