Skip to content

Commit bf87b33

Browse files
Updated @SInCE version number for twentyeleven_theme_options_help()
Co-authored-by: Stephen A. Bernhardt <[email protected]>
1 parent e7f332f commit bf87b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/wp-content/themes/twentyeleven/inc/theme-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function twentyeleven_theme_options_add_page() {
110110
/**
111111
* Adds help documentation to the theme options page.
112112
*
113-
* @since Twenty Eleven 1.0
113+
* @since Twenty Eleven 1.3
114114
*/
115115
function twentyeleven_theme_options_help() {
116116

src/wp-content/themes/twentyeleven/inc/widgets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ public function widget( $args, $instance ) {
157157
*
158158
* @since Twenty Eleven 1.0
159159
*
160-
* @param array $new_instance New settings for this instance as input by the user.
161-
* @param array $old_instance Old settings for this instance.
162-
* @return array Updated settings to save.
160+
* @param array $new_instance New widget instance.
161+
* @param array $old_instance Original widget instance.
162+
* @return array Updated widget instance.
163163
*/
164164
public function update( $new_instance, $old_instance ) {
165165
$instance = $old_instance;

0 commit comments

Comments
 (0)