Changeset 43582 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 08/27/2018 02:27:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r43571 r43582 2905 2905 2906 2906 /** 2907 * Filters the site icon meta tags, so Plugins can add their own.2907 * Filters the site icon meta tags, so plugins can add their own. 2908 2908 * 2909 2909 * @since 4.3.0 2910 2910 * 2911 * @param array $meta_tags Site Icon meta elements.2911 * @param string[] $meta_tags Array of Site Icon meta tags. 2912 2912 */ 2913 2913 $meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );
Note: See TracChangeset
for help on using the changeset viewer.