Make WordPress Core

Changeset 61412


Ignore:
Timestamp:
12/27/2025 11:55:29 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Improve description for add_settings_section().

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

See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r61371 r61412  
    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
Note: See TracChangeset for help on using the changeset viewer.