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/customize/class-wp-customize-upload-control.php

    r42343 r47122  
    1919    public $mime_type     = '';
    2020    public $button_labels = array();
    21     public $removed       = ''; // unused
    22     public $context; // unused
    23     public $extensions = array(); // unused
     21    public $removed       = '';   // Unused.
     22    public $context;              // Unused.
     23    public $extensions = array(); // Unused.
    2424
    2525    /**
Note: See TracChangeset for help on using the changeset viewer.