Changeset 42875 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42797 r42875 347 347 * @see WP_Customize_Manager::__construct() 348 348 * 349 * @param array $components Listof core components to load.349 * @param string[] $components Array of core components to load. 350 350 * @param WP_Customize_Manager $this WP_Customize_Manager instance. 351 351 */ … … 3095 3095 * @see _wp_translate_postdata() 3096 3096 * 3097 * @param array $caps Returns the user's actualcapabilities.3098 * @param string $cap Capability name.3099 * @param int $user_id The user ID.3100 * @param array $args Adds the context to the cap. Typically the object ID.3101 * @return array Capabilities.3097 * @param string[] $caps Array of the user's capabilities. 3098 * @param string $cap Capability name. 3099 * @param int $user_id The user ID. 3100 * @param array $args Adds the context to the cap. Typically the object ID. 3101 * @return array Capabilities. 3102 3102 */ 3103 3103 public function grant_edit_post_capability_for_changeset( $caps, $cap, $user_id, $args ) { … … 4507 4507 * @since 3.4.0 4508 4508 * 4509 * @param array$allowed_urls An array of allowed URLs.4509 * @param string[] $allowed_urls An array of allowed URLs. 4510 4510 */ 4511 4511 $allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) ); … … 4620 4620 * @since 4.2.0 4621 4621 * 4622 * @param array$nonces Array of refreshed nonces for save and4622 * @param string[] $nonces Array of refreshed nonces for save and 4623 4623 * preview actions. 4624 4624 * @param WP_Customize_Manager $this WP_Customize_Manager instance.
Note: See TracChangeset
for help on using the changeset viewer.