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-content/themes/twentytwenty/searchform.php

    r46827 r47122  
    1313
    1414/*
    15  * Generate a unique ID for each form and a string containing an aria-label if
    16  * one was passed to get_search_form() in the args array.
     15 * Generate a unique ID for each form and a string containing an aria-label
     16 * if one was passed to get_search_form() in the args array.
    1717 */
    1818$unique_id = twentytwenty_unique_id( 'search-form-' );
Note: See TracChangeset for help on using the changeset viewer.