Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48436 r48574  
    1818 * @global string $action
    1919 *
    20  * @param WP_Post  $post Current post object.
    21  * @param array    $args {
     20 * @param WP_Post $post Current post object.
     21 * @param array   $args {
    2222 *     Array of arguments for building the post submit meta box.
    2323 *
     
    11861186 * @param string $class
    11871187 * @param string $value
    1188  * @param mixed $deprecated Never used.
     1188 * @param mixed  $deprecated Never used.
    11891189 */
    11901190function xfn_check( $class, $value = '', $deprecated = '' ) {
Note: See TracChangeset for help on using the changeset viewer.