Make WordPress Core


Ignore:
Timestamp:
02/01/2021 05:22:06 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add @since notes for some of the recently introduced meta capabilities.

Follow-up to [42832], [43085], [43147], [43155], [43381], [44973], [50114].

See #51800.

File:
1 edited

Legend:

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

    r50114 r50122  
    2525 *
    2626 * @since 2.0.0
    27  * @since 5.3.0 Formalized the existing and already documented `...$args` parameter
    28  *              by adding it to the function signature.
     27 * @since 4.9.6 Added the `export_others_personal_data`, `erase_others_personal_data`,
     28 *              and `manage_privacy_options` capabilities.
     29 * @since 5.1.0 Added the `update_php` capability.
     30 * @since 5.2.0 Added the `resume_plugin` and `resume_theme` capabilities.
     31 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter by adding it
     32 *              to the function signature.
     33 * @since 5.7.0 Added the `create_app_password`, `list_app_passwords`, `read_app_password`,
     34 *              `edit_app_password`, `delete_app_passwords`, and `delete_app_password` capabilities.
    2935 *
    3036 * @global array $post_type_meta_caps Used to get post type meta capabilities.
Note: See TracChangeset for help on using the changeset viewer.