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
This commit is contained in:
Sergey Biryukov
2025-12-27 23:57:35 +00:00
parent 5e1414562a
commit bfd2fefb84
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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.