Twenty Twenty-One: Fix typos in some inline comments.
Props manzurahammed, mukesh27. Fixes #52071. Built from https://develop.svn.wordpress.org/trunk@49801 git-svn-id: http://core.svn.wordpress.org/trunk@49524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da72be5227
commit
b8f6d41a2c
|
@ -48,7 +48,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
* Audio................Specific styles for the audio block.
|
* Audio................Specific styles for the audio block.
|
||||||
* Button...............Specific styles for the button block.
|
* Button...............Specific styles for the button block.
|
||||||
* Code.................Specific styles for the code block.
|
* Code.................Specific styles for the code block.
|
||||||
* Collumns.............Specific styles for the collumns block.
|
* Columns..............Specific styles for the columns block.
|
||||||
* Cover................Specific styles for the cover block.
|
* Cover................Specific styles for the cover block.
|
||||||
* File.................Specific styles for the file block.
|
* File.................Specific styles for the file block.
|
||||||
* Gallery..............Specific styles for the gallery block.
|
* Gallery..............Specific styles for the gallery block.
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
* Audio................Specific styles for the audio block.
|
* Audio................Specific styles for the audio block.
|
||||||
* Button...............Specific styles for the button block.
|
* Button...............Specific styles for the button block.
|
||||||
* Code.................Specific styles for the code block.
|
* Code.................Specific styles for the code block.
|
||||||
* Collumns.............Specific styles for the collumns block.
|
* Columns..............Specific styles for the columns block.
|
||||||
* Cover................Specific styles for the cover block.
|
* Cover................Specific styles for the cover block.
|
||||||
* File.................Specific styles for the file block.
|
* File.................Specific styles for the file block.
|
||||||
* Gallery..............Specific styles for the gallery block.
|
* Gallery..............Specific styles for the gallery block.
|
||||||
|
|
|
@ -48,7 +48,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
* Audio................Specific styles for the audio block.
|
* Audio................Specific styles for the audio block.
|
||||||
* Button...............Specific styles for the button block.
|
* Button...............Specific styles for the button block.
|
||||||
* Code.................Specific styles for the code block.
|
* Code.................Specific styles for the code block.
|
||||||
* Collumns.............Specific styles for the collumns block.
|
* Columns..............Specific styles for the columns block.
|
||||||
* Cover................Specific styles for the cover block.
|
* Cover................Specific styles for the cover block.
|
||||||
* File.................Specific styles for the file block.
|
* File.................Specific styles for the file block.
|
||||||
* Gallery..............Specific styles for the gallery block.
|
* Gallery..............Specific styles for the gallery block.
|
||||||
|
|
|
@ -48,7 +48,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
* Audio................Specific styles for the audio block.
|
* Audio................Specific styles for the audio block.
|
||||||
* Button...............Specific styles for the button block.
|
* Button...............Specific styles for the button block.
|
||||||
* Code.................Specific styles for the code block.
|
* Code.................Specific styles for the code block.
|
||||||
* Collumns.............Specific styles for the collumns block.
|
* Columns..............Specific styles for the columns block.
|
||||||
* Cover................Specific styles for the cover block.
|
* Cover................Specific styles for the cover block.
|
||||||
* File.................Specific styles for the file block.
|
* File.................Specific styles for the file block.
|
||||||
* Gallery..............Specific styles for the gallery block.
|
* Gallery..............Specific styles for the gallery block.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-49800';
|
$wp_version = '5.7-alpha-49801';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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