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/index.php

    r46827 r47122  
    3636        if ( $wp_query->found_posts ) {
    3737            $archive_subtitle = sprintf(
    38                 /* translators: %s: Number of search results */
     38                /* translators: %s: Number of search results. */
    3939                _n(
    4040                    'We found %s result for your search.',
Note: See TracChangeset for help on using the changeset viewer.