Changeset 48093 for trunk/src/wp-includes/sitemaps.php
- Timestamp:
- 06/19/2020 05:54:56 PM (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
r48072 r48093 16 16 * @since 5.5.0 17 17 * 18 * @global WP_Sitemaps $wp_sitemaps Global Core Sitemaps instance. 19 * 18 20 * @return WP_Sitemaps|null Sitemaps instance, or null if sitemaps are disabled. 19 21 */ 20 22 function wp_sitemaps_get_server() { 21 /**22 * Global Core Sitemaps instance.23 *24 * @since 5.5.025 *26 * @var WP_Sitemaps $wp_sitemaps27 */28 23 global $wp_sitemaps; 29 24
Note: See TracChangeset
for help on using the changeset viewer.