Changeset 4948 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 02/19/2017 09:47:45 PM (8 years ago)
- 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 190 190 $this->term = get_term_by( 'slug', $this->slug(), $this->taxonomy() ); 191 191 192 // Add theme-specific filters and actions.192 // Add plugin- and theme-specific filters and actions. 193 193 add_action( 'wporg_compat_view_sidebar', array( $this, 'do_view_sidebar' ) ); 194 194 add_action( 'wporg_compat_before_single_view', array( $this, 'do_view_header' ) );
Note: See TracChangeset
for help on using the changeset viewer.