Twenty Twenty-Four: Fixes typos in pattern descriptions.
There were a number of typos in the patterns. These came in [58111] with some additions having issues and so this resolves that. Props tobifjellner, sabernhardt, audrasjb. Fixes #61682. Built from https://develop.svn.wordpress.org/trunk@58770 git-svn-id: http://core.svn.wordpress.org/trunk@58172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51afccc65f
commit
d5f4f876fb
|
@ -7,7 +7,7 @@
|
||||||
* Block Types: core/post-content
|
* Block Types: core/post-content
|
||||||
* Post Types: page, wp_template
|
* Post Types: page, wp_template
|
||||||
* Viewport width: 1400
|
* Viewport width: 1400
|
||||||
* Description: A porfolio home page that features a gallery.
|
* Description: A portfolio home page that features a gallery.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Keywords: quote, review, about
|
* Keywords: quote, review, about
|
||||||
* Categories: testimonials, text
|
* Categories: testimonials, text
|
||||||
* Viewport width: 1300
|
* Viewport width: 1300
|
||||||
* Description: A centered testimonial section with a avatar, name, and job title.
|
* Description: A centered testimonial section with an avatar, name, and job title.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Slug: twentytwentyfour/text-alternating-images
|
* Slug: twentytwentyfour/text-alternating-images
|
||||||
* Categories: text, about
|
* Categories: text, about
|
||||||
* Viewport width: 1400
|
* Viewport width: 1400
|
||||||
* Description: A text section, then a two column section with text in one and image in another.
|
* Description: A text section, then a two-column section with text in one column and an image in the other.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Categories: text, about
|
* Categories: text, about
|
||||||
* Keywords: mission, introduction
|
* Keywords: mission, introduction
|
||||||
* Viewport width: 1200
|
* Viewport width: 1200
|
||||||
* Description: A centered itallic text statement with compact padding.
|
* Description: A centered italic text statement with compact padding.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Categories: text, about, featured
|
* Categories: text, about, featured
|
||||||
* Keywords: mission, introduction
|
* Keywords: mission, introduction
|
||||||
* Viewport width: 1400
|
* Viewport width: 1400
|
||||||
* Description: A centered text statement with a large paddings.
|
* Description: A centered text statement with a large amount of padding on all sides.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Categories: text, about, featured
|
* Categories: text, about, featured
|
||||||
* Keywords: faq, about, frequently asked
|
* Keywords: faq, about, frequently asked
|
||||||
* Viewport width: 1400
|
* Viewport width: 1400
|
||||||
* Description: A FAQ section with a large FAQ heading and list of toggle questions and answers.
|
* Description: A FAQ section with a large FAQ heading and a group of questions and answers.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Slug: twentytwentyfour/text-project-details
|
* Slug: twentytwentyfour/text-project-details
|
||||||
* Categories: text, portfolio
|
* Categories: text, portfolio
|
||||||
* Viewport width: 1400
|
* Viewport width: 1400
|
||||||
* Description: A text only section for project details.
|
* Description: A text-only section for project details.
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-alpha-58769';
|
$wp_version = '6.7-alpha-58770';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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