mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
Twenty Twenty-One: Fix typos in some inline comments.
Props tanvirul, mukesh27. Merges [49795] to the 5.6 branch. Fixes #52042. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3c42bf2a65
commit
cd718ff38d
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user