Changeset 13329 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/loop-forums-homepage.php
- Timestamp:
- 03/14/2024 02:47:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/loop-forums-homepage.php
r13272 r13329 30 30 </section> 31 31 32 <section class="forums-homepage-themes-plugins">33 <p><?php34 /* translators: 1: Theme Directory URL, 2: Plugin Directory URL */35 printf( __( 'Looking for help with a specific <a href="%1$s">Theme</a> or <a href="%2$s">Plugin</a>?<br>Every theme and plugin has their own. Head to their individual pages and click "View support forum".', 'wporg-forums' ),36 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ),37 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ),38 );39 ?></p>40 </section>41 42 32 <?php do_action( 'bbp_template_after_forums_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.