Twenty Eleven: Fix typo in `twentyeleven_widgets_init()` description.

Follow-up to [17738].

Props harshgajipara.
See #60383.
Built from https://develop.svn.wordpress.org/trunk@57495


git-svn-id: http://core.svn.wordpress.org/trunk@56996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-01-31 10:52:12 +00:00
parent 2889f76e92
commit 4a56947b5b
2 changed files with 2 additions and 2 deletions

View File

@ -562,7 +562,7 @@ add_filter( 'wp_page_menu_args', 'twentyeleven_page_menu_args' );
/** /**
* Register sidebars and widgetized areas. * Register sidebars and widgetized areas.
* *
* Also register the default Epherma widget. * Also register the default Ephemera widget.
* *
* @since Twenty Eleven 1.0 * @since Twenty Eleven 1.0
*/ */

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.5-alpha-57494'; $wp_version = '6.5-alpha-57495';
/** /**
* 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.