From e9e2cf05d8fdeed24d36857db878f129857f4ea1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 2 May 2014 00:43:16 +0000 Subject: [PATCH] Twenty Eleven: Correct description for twentyeleven_theme_options_render_page(). props ericlewis. fixes #28057. Built from https://develop.svn.wordpress.org/trunk@28237 git-svn-id: http://core.svn.wordpress.org/trunk@28065 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index e7a0ec341b..1235c49752 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -325,7 +325,7 @@ function twentyeleven_settings_field_layout() { } /** - * Return the options array for Twenty Eleven. + * Render the theme options page for Twenty Eleven. * * @since Twenty Eleven 1.2 */