Changeset 49154 for trunk/src/wp-admin/admin-ajax.php
- Timestamp:
- 10/15/2020 01:58:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-ajax.php
r47835 r49154 144 144 145 145 // Deprecated. 146 $core_actions_post_deprecated = array( 'wp-fullscreen-save-post', 'press-this-save-post', 'press-this-add-category' ); 146 $core_actions_post_deprecated = array( 147 'wp-fullscreen-save-post', 148 'press-this-save-post', 149 'press-this-add-category', 150 'health-check-dotorg-communication', 151 'health-check-is-in-debug-mode', 152 'health-check-background-updates', 153 'health-check-loopback-requests', 154 ); 147 155 $core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated ); 148 156
Note: See TracChangeset
for help on using the changeset viewer.