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:
parent
88f38062e2
commit
d4f6347b94
|
@ -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' ),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue