- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
r51788 r52204 60 60 * @param string $object_subtype Optional. Post type name. Default empty. 61 61 * 62 * @return array Array of URLsfor a sitemap.62 * @return array[] Array of URL information for a sitemap. 63 63 */ 64 64 public function get_url_list( $page_num, $object_subtype = '' ) { … … 81 81 * @since 5.5.0 82 82 * 83 * @param array 84 * @param string $post_type Post type name.85 * @param int $page_num Page of results.83 * @param array[]|null $url_list The URL list. Default null. 84 * @param string $post_type Post type name. 85 * @param int $page_num Page of results. 86 86 */ 87 87 $url_list = apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.