Changeset 38397
- Timestamp:
- 08/27/2016 06:06:50 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 4 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 -
trunk/src/wp-admin/includes/class-wp-press-this.php
r38361 r38397 1517 1517 } 1518 1518 } 1519 1520 /**1521 *1522 * @global WP_Press_This $wp_press_this1523 */1524 $GLOBALS['wp_press_this'] = new WP_Press_This; -
trunk/src/wp-admin/press-this.php
r37914 r38397 25 25 if ( empty( $GLOBALS['wp_press_this'] ) ) { 26 26 include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 27 $GLOBALS['wp_press_this'] = new WP_Press_This(); 27 28 } 28 29 -
trunk/src/wp-includes/link-template.php
r38388 r38397 2911 2911 2912 2912 include_once( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 2913 $GLOBALS['wp_press_this'] = new WP_Press_This(); 2913 2914 $bookmarklet_version = $GLOBALS['wp_press_this']->version; 2914 2915 $link = '';
Note: See TracChangeset
for help on using the changeset viewer.