Changeset 32642 for trunk/src/wp-admin/includes/class-wp-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/includes/class-wp-press-this.php
r32471 r32642 1149 1149 * @since 4.2.0 1150 1150 * @access public 1151 * 1152 * @global WP_Locale $wp_locale 1153 * @global string $wp_version 1154 * @global bool $is_IE 1151 1155 */ 1152 1156 public function html() { … … 1464 1468 } 1465 1469 1470 /** 1471 * 1472 * @global WP_Press_This $wp_press_this 1473 */ 1466 1474 $GLOBALS['wp_press_this'] = new WP_Press_This;
Note: See TracChangeset
for help on using the changeset viewer.