Changeset 47233 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r47219 r47233 1365 1365 * Trashes or deletes a comment. 1366 1366 * 1367 * The comment is moved to trash instead of permanently deleted unless trash is1368 * disabled, item is already in the trash, or $force_delete is true.1367 * The comment is moved to Trash instead of permanently deleted unless Trash is 1368 * disabled, item is already in the Trash, or $force_delete is true. 1369 1369 * 1370 1370 * The post comment count will be updated if the comment was approved and has a … … 1376 1376 * 1377 1377 * @param int|WP_Comment $comment_id Comment ID or WP_Comment object. 1378 * @param bool $force_delete Whether to bypass trash and force deletion. Default is false.1378 * @param bool $force_delete Whether to bypass Trash and force deletion. Default is false. 1379 1379 * @return bool True on success, false on failure. 1380 1380 */ … … 1446 1446 * Moves a comment to the Trash 1447 1447 * 1448 * If trash is disabled, comment is permanently deleted.1448 * If Trash is disabled, comment is permanently deleted. 1449 1449 * 1450 1450 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.