Make WordPress Core


Ignore:
Timestamp:
10/14/2024 08:50:29 AM (15 months ago)
Author:
swissspidy
Message:

Sitemaps: Add missing _deprecated_function() call to newly deprecated method.

Follow-up to [59228].

See #61931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php

    r59228 r59229  
    230230     */
    231231    public function redirect_sitemapxml( $bypass, $query ) {
     232        _deprecated_function( __FUNCTION__, '6.7.0' );
     233
    232234        // If a plugin has already utilized the pre_handle_404 function, return without action to avoid conflicts.
    233235        if ( $bypass ) {
Note: See TracChangeset for help on using the changeset viewer.