- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r47122 r47233 100 100 'type' => 'boolean', 101 101 'default' => false, 102 'description' => __( 'Whether to bypass trash and force deletion.' ),102 'description' => __( 'Whether to bypass Trash and force deletion.' ), 103 103 ), 104 104 'password' => array( … … 956 956 * Filters whether a comment can be trashed. 957 957 * 958 * Return false to disable trash support for the post.958 * Return false to disable Trash support for the post. 959 959 * 960 960 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.