mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Docs: Correct @since
entry for the smilies
filter added in [38504].
See #35905. Built from https://develop.svn.wordpress.org/trunk@38505 git-svn-id: http://core.svn.wordpress.org/trunk@38446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cce2ffaed5
commit
8682603166
@ -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.
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38504';
|
||||
$wp_version = '4.7-alpha-38505';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user