- Timestamp:
- 06/19/2020 10:24:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-index.php
r48093 r48098 41 41 * @since 5.5.0 42 42 * 43 * @return array Listof all sitemaps.43 * @return array[] Array of all sitemaps. 44 44 */ 45 45 public function get_sitemap_list() { … … 70 70 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 71 71 * 72 * @return string The sitemap index url.72 * @return string The sitemap index URL. 73 73 */ 74 74 public function get_index_url() {
Note: See TracChangeset
for help on using the changeset viewer.