Changeset 38397 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 08/27/2016 06:06:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r38355 r38397 3139 3139 if ( empty( $GLOBALS['wp_press_this'] ) ) { 3140 3140 include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 3141 $GLOBALS['wp_press_this'] = new WP_Press_This(); 3141 3142 } 3142 3143 … … 3154 3155 if ( empty( $GLOBALS['wp_press_this'] ) ) { 3155 3156 include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 3157 $GLOBALS['wp_press_this'] = new WP_Press_This(); 3156 3158 } 3157 3159
Note: See TracChangeset
for help on using the changeset viewer.