Changeset 48098 for trunk/src/wp-includes/sitemaps.php
- Timestamp:
- 06/19/2020 10:24:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps.php
r48094 r48098 50 50 * @since 5.5.0 51 51 * 52 * @param WP_Sitemaps $ sitemaps Serverobject.52 * @param WP_Sitemaps $wp_sitemaps Sitemaps object. 53 53 */ 54 54 do_action( 'wp_sitemaps_init', $wp_sitemaps ); … … 59 59 60 60 /** 61 * Gets a listof sitemap providers.61 * Gets an array of sitemap providers. 62 62 * 63 63 * @since 5.5.0 64 64 * 65 * @return array $sitemaps A list of registeredsitemap providers.65 * @return WP_Sitemaps_Provider[] Array of sitemap providers. 66 66 */ 67 67 function wp_get_sitemaps() {
Note: See TracChangeset
for help on using the changeset viewer.