Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48505 r48590  
    156156 *                  false on failure or if the value passed to the function
    157157 *                  is the same as the one that is already in the database.
    158 
    159158 */
    160159function update_metadata( $meta_type, $object_id, $meta_key, $meta_value, $prev_value = '' ) {
     
    10991098 * @see WP_Meta_Query
    11001099 *
    1101  * @param array $meta_query         A meta query.
     1100 * @param array  $meta_query        A meta query.
    11021101 * @param string $type              Type of meta.
    11031102 * @param string $primary_table     Primary database table name.
     
    12281227 * @since 5.3.0 Valid meta types expanded to include "array" and "object".
    12291228 *
    1230  * @param string $object_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user',
    1231  *                            or any other object type with an associated meta table.
    1232  * @param string $meta_key    Meta key to register.
    1233  * @param array  $args {
     1229 * @param string       $object_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user',
     1230 *                                  or any other object type with an associated meta table.
     1231 * @param string       $meta_key    Meta key to register.
     1232 * @param array        $args {
    12341233 *     Data used to describe the meta key when registered.
    12351234 *
Note: See TracChangeset for help on using the changeset viewer.