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/post-formats.php

    r46823 r47122  
    9595function get_post_format_strings() {
    9696    $strings = array(
    97         'standard' => _x( 'Standard', 'Post format' ), // Special case. any value that evals to false will be considered standard
     97        'standard' => _x( 'Standard', 'Post format' ), // Special case. Any value that evals to false will be considered standard.
    9898        'aside'    => _x( 'Aside', 'Post format' ),
    9999        'chat'     => _x( 'Chat', 'Post format' ),
Note: See TracChangeset for help on using the changeset viewer.