Docs: Correct `@since` entry for the `smilies` filter added in [38504].

See #35905.

git-svn-id: https://develop.svn.wordpress.org/trunk@38505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-09-02 00:07:22 +00:00
parent 5b85aa163f
commit 74cee3d59c
1 changed files with 1 additions and 1 deletions

View File

@ -3348,7 +3348,7 @@ function smilies_init() {
* This filter must be added before `smilies_init` is run, as
* it is normally only run once to setup the smilies regex.
*
* @since 4.6.0
* @since 4.7.0
*
* @param array $wpsmiliestrans List of the smilies.
*/