Commit bfd2fefb84 for wordpress.org

commit bfd2fefb84d9c5ba8fda6431a0681c343601f191
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sat Dec 27 23:57:35 2025 +0000

    Docs: Improve description for `add_settings_section()`.

    Follow-up to [13177], [15180].

    See #64224.
    Built from https://develop.svn.wordpress.org/trunk@61412


    git-svn-id: http://core.svn.wordpress.org/trunk@60724 1a063a9b-81f0-0310-95a4-ce76da25c4cd

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.