Making WordPress.org


Ignore:
Timestamp:
02/19/2017 09:47:45 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Remove plugin- and theme-specific sidebar sections that are never displayed in the new theme.

See #2495.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php

    r4940 r4948  
    190190            $this->term = get_term_by( 'slug', $this->slug(), $this->taxonomy() );
    191191
    192             // Add theme-specific filters and actions.
     192            // Add plugin- and theme-specific filters and actions.
    193193            add_action( 'wporg_compat_view_sidebar', array( $this, 'do_view_sidebar' ) );
    194194            add_action( 'wporg_compat_before_single_view', array( $this, 'do_view_header' ) );
Note: See TracChangeset for help on using the changeset viewer.