Changeset 38402 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r38399 r38402 24 24 */ 25 25 if ( empty( $GLOBALS['wp_press_this'] ) ) { 26 include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 26 27 $GLOBALS['wp_press_this'] = new WP_Press_This(); 27 28 }
Note: See TracChangeset
for help on using the changeset viewer.