Changeset 47233 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r47219 r47233 717 717 $r = wp_untrash_comment( $comment ); 718 718 719 // Undo trash, not in trash.719 // Undo trash, not in Trash. 720 720 if ( ! isset( $_POST['comment_status'] ) || 'trash' !== $_POST['comment_status'] ) { 721 721 $delta = 1; … … 862 862 863 863 /** 864 * Ajax handler for sending a post to the trash.864 * Ajax handler for sending a post to the Trash. 865 865 * 866 866 * @since 3.1.0 … … 898 898 899 899 /** 900 * Ajax handler to restore a post from the trash.900 * Ajax handler to restore a post from the Trash. 901 901 * 902 902 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.