Make WordPress Core


Ignore:
Timestamp:
11/30/2014 11:23:37 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs.

See #30224.

File:
1 edited

Legend:

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

    r30655 r30674  
    15401540 * @since 3.1.3
    15411541 *
    1542  * @param string $meta_key Meta key
     1542 * @param string      $meta_key Meta key
     1543 * @param string|null $meta_type
    15431544 * @return bool True if the key is protected, false otherwise.
    15441545 */
     
    15961597 * @param string|array $sanitize_callback A function or method to call when sanitizing the value of $meta_key.
    15971598 * @param string|array $auth_callback Optional. A function or method to call when performing edit_post_meta, add_post_meta, and delete_post_meta capability checks.
    1598  * @param array $args Arguments
    15991599 */
    16001600function register_meta( $meta_type, $meta_key, $sanitize_callback, $auth_callback = null ) {
Note: See TracChangeset for help on using the changeset viewer.