Changeset 40027
- Timestamp:
- 01/29/2017 10:58:04 AM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r39599 r40027 1127 1127 1128 1128 /** 1129 * Retrieve or display list of pages in list (li) format.1129 * Retrieve or display list of pages (or hierarchical post type items) in list (li) format. 1130 1130 * 1131 1131 * @since 1.5.0 -
trunk/src/wp-includes/post.php
r39667 r40027 4472 4472 4473 4473 /** 4474 * Retrieve a list of pages .4474 * Retrieve a list of pages (or hierarchical post type items). 4475 4475 * 4476 4476 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.