Changeset 3615
- Timestamp:
- 07/01/2016 07:31:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-version-dropdown/inc/class-plugin.php
r3614 r3615 44 44 // Scripts and styles 45 45 add_action( 'bbp_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); 46 47 // WordPress.org integration 48 if ( function_exists( 'wporg_get_versions' ) ) { 49 add_filter( 'wporg_bbp_get_wp_versions', 'wporg_get_versions' ); 50 } 46 51 } 47 52
Note: See TracChangeset
for help on using the changeset viewer.