Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 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-links.php

    r46415 r47122  
    125125        public function form( $instance ) {
    126126
    127                 //Defaults
     127                // Defaults.
    128128                $instance  = wp_parse_args(
    129129                        (array) $instance,
Note: See TracChangeset for help on using the changeset viewer.