Make WordPress Core

Changeset 42588


Ignore:
Timestamp:
01/24/2018 06:47:04 AM (6 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.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r42401 r42588  
    57215721 * that those that linked to an changed post will be redirected to the new post.
    57225722 *
    5723  * @since 4.9.2
     5723 * @since 4.9.3
    57245724 *
    57255725 * @param int     $post_id     Post ID.
  • 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.