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/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.
Note: See TracChangeset for help on using the changeset viewer.