Make WordPress Core


Ignore:
Timestamp:
01/10/2019 03:30:42 AM (6 years ago)
Author:
desrosj
Message:

Docs: Correct since annotation for _wp_get_allowed_postdata().

This function was introduced in 5.0.1, not 4.9.9 as currently indicated. Introduced in [44047].

File:
1 edited

Legend:

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

    r44519 r44540  
    199199 * Returns only allowed post data fields
    200200 *
    201  * @since 4.9.9
     201 * @since 5.0.1
    202202 *
    203203 * @param array $post_data Array of post data. Defaults to the contents of $_POST.
Note: See TracChangeset for help on using the changeset viewer.