Changeset 48585 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 07/23/2020 07:04:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r48576 r48585 123 123 * @since 2.0.0 124 124 * 125 * @param string $comment ->comment_content Comment content.125 * @param string $comment_content Comment content. 126 126 */ 127 127 $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );
Note: See TracChangeset
for help on using the changeset viewer.