Make WordPress Core

Changeset 43638


Ignore:
Timestamp:
09/13/2018 10:19:28 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since value for _wp_privacy_statuses().

Fix typo in @since entry for WP_Privacy_Policy_Content:add().

Props dimadin.
Fixes #44915.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r43609 r43638  
    13231323     * Intended for use from `wp_add_privacy_policy_content()`.
    13241324     *
    1325      * $since 4.9.6
     1325     * @since 4.9.6
    13261326     *
    13271327     * @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy.
  • trunk/src/wp-includes/post.php

    r43616 r43638  
    860860 * Return statuses for privacy requests.
    861861 *
    862  * @since 5.0.0
     862 * @since 4.9.6
    863863 *
    864864 * @return array
Note: See TracChangeset for help on using the changeset viewer.