Making WordPress.org


Ignore:
Timestamp:
03/12/2024 04:35:54 AM (14 months ago)
Author:
adamwood
Message:

wporg-support-2024: Reconfigure front page content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/archive-forum.php

    r13289 r13309  
    1313
    1414        <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow">
     15
     16            <section>
     17                <p><?php printf(
     18                    /* Translators: forums URL */
     19                    __( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot. <a href="%s">Get started!</a>', 'wporg-forums' ),
     20                    esc_url( site_url( '/welcome/' ) )
     21                ) ?></p>
     22            </section>
    1523
    1624            <?php get_template_part( 'template-parts/bbpress', 'front' ); ?>
Note: See TracChangeset for help on using the changeset viewer.