Changeset 48199 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/28/2020 02:00:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48168 r48199 924 924 925 925 /** 926 * Print out option htmlelements for role selectors.926 * Print out option HTML elements for role selectors. 927 927 * 928 928 * @since 2.1.0 … … 1567 1567 * 1568 1568 * The $callback argument should be the name of a function that echoes out the 1569 * htmlinput tags for this setting field. Use get_option() to retrieve existing1569 * HTML input tags for this setting field. Use get_option() to retrieve existing 1570 1570 * values to show. 1571 1571 * … … 1919 1919 * Displays the post password. 1920 1920 * 1921 * The password is passed through esc_attr() to ensure that it is safe for placing in an htmlattribute.1921 * The password is passed through esc_attr() to ensure that it is safe for placing in an HTML attribute. 1922 1922 * 1923 1923 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.