Make WordPress Core


Ignore:
Timestamp:
09/05/2026 09:57:52 AM (6 days ago)
Author:
wildworks
Message:

Docs: Align @param tag columns in post, comment, taxonomy, and media docblocks.

Aligns @param tag columns in docblocks across the posts, comments, taxonomy, and media APIs per the PHP inline documentation standards.

Developed in: https://github.com/WordPress/wordpress-develop/pull/13315

Props mukesh27, wildworks.
See #65818.

File:
1 edited

Legend:

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

    r61584 r63497  
    14281428 *                                         object type is 'post'.
    14291429 * }
    1430  * @param string|array $deprecated Deprecated. Use `$args` instead.
     1430 * @param string|array $deprecated  Deprecated. Use `$args` instead.
    14311431 * @return bool True if the meta key was successfully registered in the global array, false if not.
    14321432 *              Registering a meta key with distinct sanitize and auth callbacks will fire those callbacks,
Note: See TracChangeset for help on using the changeset viewer.