Changeset 61412
- Timestamp:
- 12/27/2025 11:55:29 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r61371 r61412 1617 1617 * @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags. 1618 1618 * @param string $title Formatted title of the section. Shown as the heading for the section. 1619 * @param callable $callback Function that echos outany 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). 1620 1620 * @param string $page The slug-name of the settings page on which to show the section. Built-in pages include 1621 1621 * 'general', 'reading', 'writing', 'discussion', 'media', etc. Create your own using
Note: See TracChangeset
for help on using the changeset viewer.