Bundled Themes: Typo corrections in various themes docblocks.
Props shailu25. Fixes #60268. See #59651. Built from https://develop.svn.wordpress.org/trunk@57300 git-svn-id: http://core.svn.wordpress.org/trunk@56806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a0b0e91cf
commit
1866ae2cb3
|
@ -803,7 +803,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seperator */
|
/* Separator */
|
||||||
|
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
|
|
|
@ -72,8 +72,8 @@ function twentynineteen_custom_colors_css() {
|
||||||
* Set background for:
|
* Set background for:
|
||||||
* - featured image :before
|
* - featured image :before
|
||||||
* - featured image :before
|
* - featured image :before
|
||||||
* - post thumbmail :before
|
* - post thumbnail :before
|
||||||
* - post thumbmail :before
|
* - post thumbnail :before
|
||||||
* - Submenu
|
* - Submenu
|
||||||
* - Sticky Post
|
* - Sticky Post
|
||||||
* - buttons
|
* - buttons
|
||||||
|
|
|
@ -292,7 +292,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
outline-offset: -4px;
|
outline-offset: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seperator */
|
/* Separator */
|
||||||
|
|
||||||
hr.wp-block-separator {
|
hr.wp-block-separator {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57299';
|
$wp_version = '6.5-alpha-57300';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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