From cc82d1bea4da21724885f9318c4bc74436d2f347 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 23 Jul 2014 17:21:18 +0000 Subject: [PATCH] Fix a typo in the PHPDoc for `wp_register_sidebar_widget()`. Props Jonnyauk. Fixes #29007. Built from https://develop.svn.wordpress.org/trunk@29276 git-svn-id: http://core.svn.wordpress.org/trunk@29058 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index ecb5cb4c29..94220a26b9 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -689,9 +689,9 @@ function unregister_sidebar( $name ) { /** * Register widget for use in sidebars. * - * The default widget option is 'classname' that can be override. + * The default widget option is 'classname' that can be overridden. * - * The function can also be used to unregister widgets when $output_callback + * The function can also be used to un-register widgets when $output_callback * parameter is an empty string. * * @since 2.2.0