Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:27:48 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r49223 r49225  
    22452245 */
    22462246function _media_states( $post, $echo = true ) {
    2247     $media_states = get_media_states( $post );
     2247    $media_states        = get_media_states( $post );
    22482248    $media_states_string = '';
    22492249
Note: See TracChangeset for help on using the changeset viewer.