Skip to content

Commit 1b938a8

Browse files
Docs: Improve description for add_settings_section().
Follow-up to [13177], [15180]. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61412 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d96ff0b commit 1b938a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ function do_accordion_sections( $screen, $context, $data_object ) {
16161616
*
16171617
* @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags.
16181618
* @param string $title Formatted title of the section. Shown as the heading for the section.
1619-
* @param callable $callback Function that echos out any content at the top of the section (between heading and fields).
1619+
* @param callable $callback Function that displays any content at the top of the section (between heading and fields).
16201620
* @param string $page The slug-name of the settings page on which to show the section. Built-in pages include
16211621
* 'general', 'reading', 'writing', 'discussion', 'media', etc. Create your own using
16221622
* add_options_page();

0 commit comments

Comments
 (0)