Changeset 4994 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
- Timestamp:
- 02/23/2017 08:36:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r4938 r4994 57 57 <li><?php _e( '<strong>Note the exact steps</strong> needed to reproduce your issue.', 'wporg-forums' ); ?></li> 58 58 <li><?php _e( '<strong>Provide any information</strong> you might think is useful. If your issue is visual, note your browser and operating system. If your issue is technical, note your server environment.', 'wporg-forums' ); ?></li> 59 <li><?php 60 /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */ 61 printf( __( '<strong>Looking for help with a specific <a href="%1$s">%2$s theme</a> or <a href="%3$s">%4$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' ), 62 esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ), 63 '<span class="dashicons dashicons-admin-appearance"></span>', 64 esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ), 65 '<span class="dashicons dashicons-admin-plugins"></span>' 66 ); 67 ?></li> 59 68 </ul> 60 69
Note: See TracChangeset
for help on using the changeset viewer.