Changeset 49595
- Timestamp:
- 11/14/2020 03:00:00 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49544 r49595 5464 5464 5465 5465 /** 5466 * Retrieve a listof pages (or hierarchical post type items).5466 * Retrieve an array of pages (or hierarchical post type items). 5467 5467 * 5468 5468 * @global wpdb $wpdb WordPress database abstraction object. … … 5503 5503 * Default 'publish'. 5504 5504 * } 5505 * @return array|false Listof pages matching defaults or `$args`.5505 * @return array|false Array of pages matching defaults or `$args`. 5506 5506 */ 5507 5507 function get_pages( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.