Making WordPress.org

Changeset 5012


Ignore:
Timestamp:
02/26/2017 05:05:40 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: After [4994], remove the "don't post here" message from theme and plugin forums, since that is actually the right place to post.

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

    r4994 r5012  
    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                                <?php if ( ! bbp_is_single_view() || ! in_array( bbp_get_view_id(), array( 'theme', 'plugin' ) ) ) : ?>
    5960                                <li><?php
    6061                                    /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */
     
    6667                                    );
    6768                                ?></li>
     69                                <?php endif; ?>
    6870                            </ul>
    6971
Note: See TracChangeset for help on using the changeset viewer.