Changeset 48574 for trunk/src/wp-includes/sitemaps.php
- Timestamp:
- 07/23/2020 12:50:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/sitemaps.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps.php
r48553 r48574 62 62 * @param string $name Unique name for the sitemap provider. 63 63 * @param WP_Sitemaps_Provider $provider The `Sitemaps_Provider` instance implementing the sitemap. 64 * @return bool Returns true if the sitemap was added. False on failure.64 * @return bool Whether the sitemap was added. 65 65 */ 66 66 function wp_register_sitemap_provider( $name, WP_Sitemaps_Provider $provider ) {
Note: See TracChangeset
for help on using the changeset viewer.