mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Twenty Nineteen: Fix Docblock spelling error.
Props mukesh27. Fixes #47129. Built from https://develop.svn.wordpress.org/trunk@45299 git-svn-id: http://core.svn.wordpress.org/trunk@45108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d0f46bf73c
commit
dfd4641dc3
@ -11,7 +11,7 @@
|
|||||||
* This class is in charge of displaying SVG icons across the site.
|
* This class is in charge of displaying SVG icons across the site.
|
||||||
*
|
*
|
||||||
* Place each <svg> source on its own array key, without adding the
|
* Place each <svg> source on its own array key, without adding the
|
||||||
* both `width` and `height` attributes, since these are added dnamically,
|
* both `width` and `height` attributes, since these are added dynamically,
|
||||||
* before rendering the SVG code.
|
* before rendering the SVG code.
|
||||||
*
|
*
|
||||||
* All icons are assumed to have equal width and height, hence the option
|
* All icons are assumed to have equal width and height, hence the option
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45298';
|
$wp_version = '5.3-alpha-45299';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user