Making WordPress.org


Ignore:
Timestamp:
02/23/2017 08:36:44 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: After [4683], add a similar message with theme and plugin references to the list of tips above new topic form.

This should further reduce the number of questions related to a specific plugin or theme in general forums.

Props zoonini.
Fixes #2530.

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  
    5757                                <li><?php _e( '<strong>Note the exact steps</strong> needed to reproduce your issue.', 'wporg-forums' ); ?></li>
    5858                                <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 &#8211; 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>
    5968                            </ul>
    6069
Note: See TracChangeset for help on using the changeset viewer.