Twenty Twenty-One: Fix typos in some inline comments.
Props tanvirul, mukesh27. Fixes #52042. Built from https://develop.svn.wordpress.org/trunk@49795 git-svn-id: http://core.svn.wordpress.org/trunk@49518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ca3db8c90
commit
994167b76f
|
@ -249,7 +249,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Breakpoints..........Mixins and variables for responsive styles
|
||||
* Vertical-margins.....Vertical spacing for the main components.
|
||||
* Reset................Reset specific elements to make them easier to style in other contexts.
|
||||
* Clearings............Clearnings for the main components.
|
||||
* Clearings............Clearings for the main components.
|
||||
*
|
||||
* ELEMENTS
|
||||
* Blockquote...........Default blockquote.
|
||||
|
@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Latest posts.........Specific styles for the latest posts block.
|
||||
* Legacy...............Specific styles for the legacy gallery.
|
||||
* List.................Specific styles for the list block.
|
||||
* Meda text............Specific styles for the media and text block.
|
||||
* Media text...........Specific styles for the media and text block.
|
||||
* Navigation...........Specific styles for the navigation block.
|
||||
* Paragraph............Specific styles for the paragraph block.
|
||||
* Pullquote............Specific styles for the pullquote block.
|
||||
|
@ -721,7 +721,7 @@ template {
|
|||
}
|
||||
|
||||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -841,7 +841,7 @@ template {
|
|||
*
|
||||
* - Set vertical margins and responsive widths on
|
||||
* top-level wrappers and content wrappers
|
||||
* - `--global--width-content` is a responsive veriable
|
||||
* - `--global--width-content` is a responsive variable
|
||||
* - See: globals/_global-width-responsive.scss
|
||||
*/
|
||||
|
||||
|
@ -872,7 +872,7 @@ template {
|
|||
|
||||
/**
|
||||
* Site-main children wrappers
|
||||
* - Add double vertical margins here for clearer heirarchy
|
||||
* - Add double vertical margins here for clearer hierarchy
|
||||
*/
|
||||
.site-main > * {
|
||||
margin-top: calc(3 * var(--global--spacing-vertical));
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* - Set vertical margins and responsive widths on
|
||||
* top-level wrappers and content wrappers
|
||||
* - `--global--width-content` is a responsive veriable
|
||||
* - `--global--width-content` is a responsive variable
|
||||
* - See: globals/_global-width-responsive.scss
|
||||
*/
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
/**
|
||||
* Site-main children wrappers
|
||||
* - Add double vertical margins here for clearer heirarchy
|
||||
* - Add double vertical margins here for clearer hierarchy
|
||||
*/
|
||||
.site-main > * {
|
||||
margin-top: calc(3 * var(--global--spacing-vertical));
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* Breakpoints..........Mixins and variables for responsive styles
|
||||
* Vertical-margins.....Vertical spacing for the main components.
|
||||
* Reset................Reset specific elements to make them easier to style in other contexts.
|
||||
* Clearings............Clearnings for the main components.
|
||||
* Clearings............Clearings for the main components.
|
||||
*
|
||||
* ELEMENTS
|
||||
* Blockquote...........Default blockquote.
|
||||
|
@ -40,7 +40,7 @@
|
|||
* Latest posts.........Specific styles for the latest posts block.
|
||||
* Legacy...............Specific styles for the legacy gallery.
|
||||
* List.................Specific styles for the list block.
|
||||
* Meda text............Specific styles for the media and text block.
|
||||
* Media text...........Specific styles for the media and text block.
|
||||
* Navigation...........Specific styles for the navigation block.
|
||||
* Paragraph............Specific styles for the paragraph block.
|
||||
* Pullquote............Specific styles for the pullquote block.
|
||||
|
|
|
@ -47,9 +47,9 @@ while ( have_posts() ) :
|
|||
$twentytwentyone_post_type_name = $twentytwentyone_post_type->labels->singular_name;
|
||||
}
|
||||
|
||||
/* translators: %s: The post-type singlular name (example: Post, Page etc) */
|
||||
/* translators: %s: The post-type singular name (example: Post, Page, etc.) */
|
||||
$twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
|
||||
/* translators: %s: The post-type singlular name (example: Post, Page etc) */
|
||||
/* translators: %s: The post-type singular name (example: Post, Page, etc.) */
|
||||
$twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
|
||||
|
||||
the_post_navigation(
|
||||
|
|
|
@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Breakpoints..........Mixins and variables for responsive styles
|
||||
* Vertical-margins.....Vertical spacing for the main components.
|
||||
* Reset................Reset specific elements to make them easier to style in other contexts.
|
||||
* Clearings............Clearnings for the main components.
|
||||
* Clearings............Clearings for the main components.
|
||||
*
|
||||
* ELEMENTS
|
||||
* Blockquote...........Default blockquote.
|
||||
|
@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Latest posts.........Specific styles for the latest posts block.
|
||||
* Legacy...............Specific styles for the legacy gallery.
|
||||
* List.................Specific styles for the list block.
|
||||
* Meda text............Specific styles for the media and text block.
|
||||
* Media text...........Specific styles for the media and text block.
|
||||
* Navigation...........Specific styles for the navigation block.
|
||||
* Paragraph............Specific styles for the paragraph block.
|
||||
* Pullquote............Specific styles for the pullquote block.
|
||||
|
@ -721,7 +721,7 @@ template {
|
|||
}
|
||||
|
||||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -833,7 +833,7 @@ template {
|
|||
*
|
||||
* - Set vertical margins and responsive widths on
|
||||
* top-level wrappers and content wrappers
|
||||
* - `--global--width-content` is a responsive veriable
|
||||
* - `--global--width-content` is a responsive variable
|
||||
* - See: globals/_global-width-responsive.scss
|
||||
*/
|
||||
|
||||
|
@ -864,7 +864,7 @@ template {
|
|||
|
||||
/**
|
||||
* Site-main children wrappers
|
||||
* - Add double vertical margins here for clearer heirarchy
|
||||
* - Add double vertical margins here for clearer hierarchy
|
||||
*/
|
||||
.site-main > * {
|
||||
margin-top: calc(3 * var(--global--spacing-vertical));
|
||||
|
|
|
@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Breakpoints..........Mixins and variables for responsive styles
|
||||
* Vertical-margins.....Vertical spacing for the main components.
|
||||
* Reset................Reset specific elements to make them easier to style in other contexts.
|
||||
* Clearings............Clearnings for the main components.
|
||||
* Clearings............Clearings for the main components.
|
||||
*
|
||||
* ELEMENTS
|
||||
* Blockquote...........Default blockquote.
|
||||
|
@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
|||
* Latest posts.........Specific styles for the latest posts block.
|
||||
* Legacy...............Specific styles for the legacy gallery.
|
||||
* List.................Specific styles for the list block.
|
||||
* Meda text............Specific styles for the media and text block.
|
||||
* Media text...........Specific styles for the media and text block.
|
||||
* Navigation...........Specific styles for the navigation block.
|
||||
* Paragraph............Specific styles for the paragraph block.
|
||||
* Pullquote............Specific styles for the pullquote block.
|
||||
|
@ -721,7 +721,7 @@ template {
|
|||
}
|
||||
|
||||
/**
|
||||
* Repsonsive Styles
|
||||
* Responsive Styles
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -841,7 +841,7 @@ template {
|
|||
*
|
||||
* - Set vertical margins and responsive widths on
|
||||
* top-level wrappers and content wrappers
|
||||
* - `--global--width-content` is a responsive veriable
|
||||
* - `--global--width-content` is a responsive variable
|
||||
* - See: globals/_global-width-responsive.scss
|
||||
*/
|
||||
|
||||
|
@ -872,7 +872,7 @@ template {
|
|||
|
||||
/**
|
||||
* Site-main children wrappers
|
||||
* - Add double vertical margins here for clearer heirarchy
|
||||
* - Add double vertical margins here for clearer hierarchy
|
||||
*/
|
||||
.site-main > * {
|
||||
margin-top: calc(3 * var(--global--spacing-vertical));
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-49794';
|
||||
$wp_version = '5.7-alpha-49795';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue