Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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/widgets/class-wp-widget-categories.php

    r46164 r47122  
    161161     */
    162162    public function form( $instance ) {
    163         //Defaults
     163        // Defaults.
    164164        $instance     = wp_parse_args( (array) $instance, array( 'title' => '' ) );
    165165        $count        = isset( $instance['count'] ) ? (bool) $instance['count'] : false;
Note: See TracChangeset for help on using the changeset viewer.