Changeset 47198 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r47122 r47198 3927 3927 _deprecated_function( __FUNCTION__, '4.9.0' ); 3928 3928 if ( is_plugin_active( 'press-this/press-this-plugin.php' ) ) { 3929 include ( WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php' );3929 include WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php'; 3930 3930 $wp_press_this = new WP_Press_This_Plugin(); 3931 3931 $wp_press_this->save_post(); … … 3944 3944 _deprecated_function( __FUNCTION__, '4.9.0' ); 3945 3945 if ( is_plugin_active( 'press-this/press-this-plugin.php' ) ) { 3946 include ( WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php' );3946 include WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php'; 3947 3947 $wp_press_this = new WP_Press_This_Plugin(); 3948 3948 $wp_press_this->add_category();
Note: See TracChangeset
for help on using the changeset viewer.