Changeset 46451 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 10/09/2019 04:26:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r46132 r46451 26 26 * 27 27 * @since 2.0.0 28 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 29 * by adding it to the function signature. 28 30 * 29 31 * @global array $post_type_meta_caps Used to get post type meta capabilities. … … 636 638 * 637 639 * @since 2.0.0 640 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 641 * by adding it to the function signature. 638 642 * 639 643 * @see WP_User::has_cap() … … 669 673 * 670 674 * @since 3.0.0 675 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 676 * by adding it to the function signature. 671 677 * 672 678 * @param int $blog_id Site ID. … … 710 716 * 711 717 * @since 2.9.0 718 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 719 * by adding it to the function signature. 712 720 * 713 721 * @param int|WP_Post $post Post ID or post object. … … 745 753 * 746 754 * @since 3.1.0 755 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter 756 * by adding it to the function signature. 747 757 * 748 758 * @param int|WP_User $user User ID or object.
Note: See TracChangeset
for help on using the changeset viewer.