Changeset 13389
- Timestamp:
- 03/27/2024 04:45:42 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/form-topic.php
r11319 r13389 66 66 <li><?php 67 67 /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */ 68 printf( __( '<strong>Looking for help with a specific <a href="%1$s"> %2$s theme</a> or <a href="%3$s">%4$splugin</a>?</strong> Don\'t post here – instead, 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' ),68 printf( __( '<strong>Looking for help with a specific <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>?</strong> Don\'t post here – instead, 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' ), 69 69 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ), 70 '<span class="dashicons dashicons-admin-appearance"></span>', 71 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ), 72 '<span class="dashicons dashicons-admin-plugins"></span>' 70 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ) 73 71 ); 74 72 ?></li>
Note: See TracChangeset
for help on using the changeset viewer.