mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Fix the summary hook vernacular for the site_icon_meta_tags
filter docs.
See [32994]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33227 git-svn-id: http://core.svn.wordpress.org/trunk@33199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ceec5ac00b
commit
ffb873680a
@ -2457,7 +2457,7 @@ function wp_site_icon() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the site icon meta tags, so Plugins can add their own.
|
* Filter the site icon meta tags, so Plugins can add their own.
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta2-33226';
|
$wp_version = '4.3-beta2-33227';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user