Changeset 2972 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 04/18/2016 12:01:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r2934 r2972 171 171 } 172 172 173 // Instantiate our copy of the Jetpack_Search class if174 if ( !class_exists( 'Jetpack_Search' ) ) {173 // Instantiate our copy of the Jetpack_Search class. 174 if ( class_exists( 'Jetpack' ) && ! class_exists( 'Jetpack_Search' ) ) { 175 175 require_once( __DIR__ . '/libs/site-search/jetpack-search.php' ); 176 176 \Jetpack_Search::instance();
Note: See TracChangeset
for help on using the changeset viewer.