mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Correct @since tag for Emoji SVG filters
See [37471] Fixes #36525 git-svn-id: https://develop.svn.wordpress.org/trunk@37473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4568,7 +4568,7 @@ function _print_emoji_detection_script() {
|
||||
/**
|
||||
* Filter the URL where emoji SVG images are hosted.
|
||||
*
|
||||
* @since 4.2.0
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @param string The emoji base URL for svg images.
|
||||
*/
|
||||
@@ -4577,7 +4577,7 @@ function _print_emoji_detection_script() {
|
||||
/**
|
||||
* Filter the extension of the emoji SVG files.
|
||||
*
|
||||
* @since 4.2.0
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @param string The emoji extension for svg files. Default .svg.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user