Changeset 15180 for trunk/wp-admin/includes/template.php
- Timestamp:
- 06/09/2010 08:21:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15178 r15180 2973 2973 * 2974 2974 * @global $wp_settings_sections Storage array of all settings sections added to admin pages 2975 2975 * 2976 2976 * @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags. 2977 2977 * @param string $title Formatted title of the section. Shown as the heading for the section. 2978 * @param string $callback Function that echo 's out content for the section heading.2979 * @param string $page The slug-name of the settings page on which to show the section (general, reading, writing, ...).2978 * @param string $callback Function that echos out any content at the top of the section (between heading and fields). 2979 * @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(); 2980 2980 */ 2981 2981 function add_settings_section($id, $title, $callback, $page) {
Note: See TracChangeset
for help on using the changeset viewer.