Changeset 13309 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/bbpress-front.php
- Timestamp:
- 03/12/2024 04:35:54 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/bbpress-front.php
r13296 r13309 14 14 <?php do_action( 'bbp_template_notices' ); ?> 15 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>23 24 16 <?php bbp_get_template_part( 'content', 'archive-forum' ); ?> 25 17
Note: See TracChangeset
for help on using the changeset viewer.