Changeset 37485 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/22/2016 05:21:48 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r37342 r37485 1101 1101 * Meta Box Accordion Template Function 1102 1102 * 1103 * Largely made up of abstracted code from {@link do_meta_boxes()}, this1103 * Largely made up of abstracted code from do_meta_boxes(), this 1104 1104 * function serves to build meta boxes as list items for display as 1105 1105 * a collapsible accordion. … … 1514 1514 1515 1515 /** 1516 * Display the post password. 1517 * 1518 * The password is passed through {@link esc_attr()} to ensure that it 1519 * is safe for placing in an html attribute. 1516 * Displays the post password. 1517 * 1518 * The password is passed through esc_attr() to ensure that it is safe for placing in an html attribute. 1520 1519 * 1521 1520 * @since 2.7.0 … … 1546 1545 1547 1546 /** 1548 * Display the search query.1549 * 1550 * A simple wrapper to display the "s" parameter in a GETURI. This function1551 * should only be used when {@link the_search_query()}cannot.1547 * Displays the search query. 1548 * 1549 * A simple wrapper to display the "s" parameter in a `GET` URI. This function 1550 * should only be used when the_search_query() cannot. 1552 1551 * 1553 1552 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.