Changeset 53746
- Timestamp:
- 07/21/2022 09:22:22 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r53364 r53746 963 963 964 964 /** 965 * Outputs the form used by the importers to accept the data to be imported 965 * Outputs the form used by the importers to accept the data to be imported. 966 966 * 967 967 * @since 2.0.0 … … 1681 1681 1682 1682 /** 1683 * Prints out all settings sections added to a particular settings page 1683 * Prints out all settings sections added to a particular settings page. 1684 1684 * 1685 1685 * Part of the Settings API. Use this in a settings page callback function … … 2540 2540 2541 2541 /** 2542 * Prints out the beginning of the admin HTML header. 2543 * 2542 2544 * @global bool $is_IE 2543 2545 */ … … 2601 2603 2602 2604 /** 2603 * Output the HTML for restoring the post data from DOM storage2605 * Outputs the HTML for restoring the post data from DOM storage 2604 2606 * 2605 2607 * @since 3.6.0
Note: See TracChangeset
for help on using the changeset viewer.