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/pomo/translations.php

    r46739 r47122  
    269269        function make_headers( $translation ) {
    270270            $headers = array();
    271             // sometimes \ns are used instead of real new lines
     271            // Sometimes \n's are used instead of real new lines.
    272272            $translation = str_replace( '\n', "\n", $translation );
    273273            $lines       = explode( "\n", $translation );
Note: See TracChangeset for help on using the changeset viewer.