Changeset 37487 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r37249 r37487 57 57 * Sanitize the current title when retrieving or displaying. 58 58 * 59 * Works like {@link the_title()}, except the parameters can be in a string or59 * Works like the_title(), except the parameters can be in a string or 60 60 * an array. See the function for what can be override in the $args parameter. 61 61 * 62 * The title before it is displayed will have the tags stripped and {@link63 * esc_attr()} before it is passed to the user or displayed. The default64 * as with {@link the_title()},is to display the title.62 * The title before it is displayed will have the tags stripped and esc_attr() 63 * before it is passed to the user or displayed. The default as with the_title(), 64 * is to display the title. 65 65 * 66 66 * @since 2.3.0 … … 1210 1210 1211 1211 /** 1212 * Display or retrieve list of pages with optional home link. 1213 * 1214 * The arguments are listed below and part of the arguments are for {@link 1215 * wp_list_pages()} function. Check that function for more info on those 1216 * arguments. 1212 * Displays or retrieves a list of pages with an optional home link. 1213 * 1214 * The arguments are listed below and part of the arguments are for wp_list_pages()} function. 1215 * Check that function for more info on those arguments. 1217 1216 * 1218 1217 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.