- Timestamp:
- 06/19/2020 05:54:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-renderer.php
r48081 r48093 58 58 * @since 5.5.0 59 59 * 60 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 61 * 60 62 * @return string The sitemap stylesheet url. 61 63 */ 62 64 public function get_sitemap_stylesheet_url() { 63 /* @var WP_Rewrite $wp_rewrite */64 65 global $wp_rewrite; 65 66 … … 88 89 * @since 5.5.0 89 90 * 91 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 92 * 90 93 * @return string The sitemap index stylesheet url. 91 94 */ 92 95 public function get_sitemap_index_stylesheet_url() { 93 /* @var WP_Rewrite $wp_rewrite */94 96 global $wp_rewrite; 95 97
Note: See TracChangeset
for help on using the changeset viewer.