Make WordPress Core


Ignore:
Timestamp:
01/24/2018 06:47:04 AM (7 years ago)
Author:
pento
Message:

Docs: Correct some version numbers.

wp_check_for_changed_dates(), _find_post_by_old_slug(), _find_post_by_old_date(), and the old_slug_redirect_post_id` filter were intended to land in 4.9.2, but didn't quite make it. Instead, they'll be landing in 4.9.3.

See #15397.

File:
1 edited

Legend:

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

    r42401 r42588  
    881881         * Filters the old slug redirect post ID.
    882882         *
    883          * @since 4.9.2
     883         * @since 4.9.3
    884884         *
    885885         * @param string $id The redirect post ID.
     
    922922 * @see wp_old_slug_redirect()
    923923 *
    924  * @since 4.9.2
     924 * @since 4.9.3
    925925 * @access private
    926926 *
     
    957957 * @see wp_old_slug_redirect()
    958958 *
    959  * @since 4.9.2
     959 * @since 4.9.3
    960960 * @access private
    961961 *
Note: See TracChangeset for help on using the changeset viewer.