Changeset 32642 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r31534 r32642 15 15 wp_die( __( 'Cheatin’ uh?' ), 403 ); 16 16 17 /** 18 * @global WP_Press_This $wp_press_this 19 */ 17 20 if ( empty( $GLOBALS['wp_press_this'] ) ) { 18 21 include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
Note: See TracChangeset
for help on using the changeset viewer.