Make WordPress Core

Changeset 43710


Ignore:
Timestamp:
10/11/2018 04:31:48 AM (8 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.
Merges [43638] to the 5.0 branch.
Fixes #44915.

Location:
branches/5.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/src/wp-admin/includes/misc.php

    r43709 r43710  
    12721272         * Intended for use from `wp_add_privacy_policy_content()`.
    12731273         *
    1274          * $since 4.9.6
     1274         * @since 4.9.6
    12751275         *
    12761276         * @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy.
  • branches/5.0/src/wp-includes/post.php

    r43510 r43710  
    776776 * Return statuses for privacy requests.
    777777 *
    778  * @since 5.0.0
     778 * @since 4.9.6
    779779 *
    780780 * @return array
Note: See TracChangeset for help on using the changeset viewer.