Changeset 50138
- Timestamp:
- 02/02/2021 12:11:50 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r50132 r50138 29 29 * @since 5.1.0 Added the `update_php` capability. 30 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 it32 * to the function signature.31 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 32 * by adding it to the function signature. 33 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. 34 * `edit_app_password`, `delete_app_passwords`, `delete_app_password`, 35 * and `update_https` capabilities. 35 36 * 36 37 * @global array $post_type_meta_caps Used to get post type meta capabilities.
Note: See TracChangeset
for help on using the changeset viewer.