Changeset 4687
- Timestamp:
- 01/14/2017 03:51:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
r4683 r4687 15 15 <div class="themes-plugins"> 16 16 17 <h3>Themes and Plugins</h3> 18 <p>Looking for help with a specific <a href="https://wordpress.org/themes/"><span class="dashicons dashicons-admin-appearance"></span> theme</a> or <a href="https://wordpress.org/plugins/"><span class="dashicons dashicons-admin-plugins"></span> plugin</a>? Head to the theme or plugin's page and find the "View support forum" link to visit the theme or plugin's individual forum.</p> 17 <h3><?php _e( 'Themes and Plugins', 'wporg-forums' ); ?></h3> 18 <p><?php 19 /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */ 20 printf( __( 'Looking for help with a specific <a href="%1$s">%2$s theme</a> or <a href="%3$s">%4$s plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit the theme or plugin\'s individual forum.', 'wporg-forums' ), 21 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ), 22 '<span class="dashicons dashicons-admin-appearance"></span>', 23 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ), 24 '<span class="dashicons dashicons-admin-plugins"></span>' 25 ); 26 ?></p> 19 27 20 28 </div>
Note: See TracChangeset
for help on using the changeset viewer.