We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1c9eb commit 15bc244Copy full SHA for 15bc244
1 file changed
src/wp-includes/formatting.php
@@ -3944,8 +3944,9 @@ function human_time_diff( $from, $to = 0 ) {
3944
*
3945
* Returns a maximum of 55 words with an ellipsis appended if necessary.
3946
3947
- * The 55-word limit can be modified by plugins/themes using the {@see 'excerpt_length'} filter
3948
- * The ' […]' string can be modified by plugins/themes using the {@see 'excerpt_more'} filter
+ * The 55-word limit can be modified by plugins/themes using the {@see 'excerpt_length'} filter.
+ * The ' […]' string can be modified by plugins/themes using the {@see 'excerpt_more'} filter.
3949
+ * Allowed HTML tags can be specified using the {@see 'excerpt_allowed_tags'} filter.
3950
3951
* @since 1.5.0
3952
* @since 5.2.0 Added the `$post` parameter.
0 commit comments