Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Nov 14, 2023
2 parents 35c953f + b41ac28 commit eb7dc91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/.wordpress-org export-ignore
/.github export-ignore
/.git export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/gulpfile.js export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/composer.lock export-ignore
/composer.lock export-ignore
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The available placeholders are: `{avatar}`, `{author}`, `{post}`, `{comment}` an
* `{avatar}` is the comment author's Gravatar image.
* `{author}` is the comment author's name.
* `{post}` is the title of the post, and contains a link to the author's comment below the post.
* '{comment}` is the actual comment text.
* '{date}` is the comment date (see the `date_format` option in the main description to set the date format)
* `{comment}` is the actual comment text.
* `{date}` is the comment date (see the `date_format` option in the main description to set the date format)

Defaults to: `{author} on {post}: "{comment}" {date}`

Expand All @@ -74,7 +74,7 @@ In the code below change '10' to the number of words you would like. If you are

`
add_filter( 'comment_excerpt_length', function( $number_of_words ) {
return 10;
return 10;
} );
`

Expand Down

0 comments on commit eb7dc91

Please sign in to comment.