Changeset 59229 for trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php
- Timestamp:
- 10/14/2024 08:50:29 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php
r59228 r59229 230 230 */ 231 231 public function redirect_sitemapxml( $bypass, $query ) { 232 _deprecated_function( __FUNCTION__, '6.7.0' ); 233 232 234 // If a plugin has already utilized the pre_handle_404 function, return without action to avoid conflicts. 233 235 if ( $bypass ) {
Note: See TracChangeset
for help on using the changeset viewer.