diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index b607e71d75..adb12bc24b 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1616,7 +1616,7 @@ function do_accordion_sections( $screen, $context, $data_object ) { * * @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags. * @param string $title Formatted title of the section. Shown as the heading for the section. - * @param callable $callback Function that echos out any content at the top of the section (between heading and fields). + * @param callable $callback Function that displays any content at the top of the section (between heading and fields). * @param string $page The slug-name of the settings page on which to show the section. Built-in pages include * 'general', 'reading', 'writing', 'discussion', 'media', etc. Create your own using * add_options_page(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 17ca3dfd82..9e9c016921 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61411'; +$wp_version = '7.0-alpha-61412'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.