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-admin/includes/taxonomy.php

    r46662 r47122  
    88
    99//
    10 // Category
     10// Category.
    1111//
    1212
     
    193193    }
    194194
    195     // First, get all of the original fields
     195    // First, get all of the original fields.
    196196    $category = get_term( $cat_ID, 'category', ARRAY_A );
    197197    _make_cat_compat( $category );
     
    207207
    208208//
    209 // Tags
     209// Tags.
    210210//
    211211
Note: See TracChangeset for help on using the changeset viewer.