Twenty Twenty-Two: Fix typo in Dark Footer pattern docblock.

Props passoniate, audrasjb.
Fixes #55772.

Built from https://develop.svn.wordpress.org/trunk@53410


git-svn-id: http://core.svn.wordpress.org/trunk@52999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-05-18 12:57:12 +00:00
parent 88f38062e2
commit d4f6347b94
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Dark footer wtih title and citation
* Dark footer with title and citation
*/
return array(
'title' => __( 'Dark footer with title and citation', 'twentytwentytwo' ),

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53409';
$wp_version = '6.1-alpha-53410';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.