Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

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

    r46891 r47122  
    3737    $args['taxonomy'] = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args );
    3838
    39     // Back compat
     39    // Back compat.
    4040    if ( isset( $args['type'] ) && 'link' == $args['type'] ) {
    4141        _deprecated_argument(
Note: See TracChangeset for help on using the changeset viewer.