Changeset 61030 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 10/21/2025 01:44:35 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r60990 r61030 85 85 } 86 86 87 /** 88 * Loads the Press This plugin. 89 * 90 * Via admin-filters.php, the wp_load_press_this() function is hooked into this action. 91 * Plugins can remove_action and add their own function to load their own Press This functionality. 92 * 93 * @since 6.9.0 94 */ 95 do_action( 'press_this_init' ); 87 wp_load_press_this();
Note: See TracChangeset
for help on using the changeset viewer.