Making WordPress.org


Ignore:
Timestamp:
08/13/2020 11:43:14 PM (6 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/1accd3db38a60230689bdc157f9e82081d35d163...38e7793fd20434d72ca898988d017ba2009fb677

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  
    1717    <div>
    1818        <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>
    2823        </div>
    2924    </div>
    3025    <div>
    3126        <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>
    4131        </div>
    4232    </div>
    4333    <div>
    4434        <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>
    5439        </div>
    5540    </div>
Note: See TracChangeset for help on using the changeset viewer.