Make WordPress Core


Ignore:
Timestamp:
12/14/2018 03:24:35 AM (6 years ago)
Author:
pento
Message:

General: Fix some code formatting issues.

A handful of code formatting issues were introduced in recent commits, runs the auto-fixer on them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php

    r44149 r44155  
    211211            comment_form(
    212212                array(
    213                     'logged_in_as'       => null,
    214                     'title_reply'        => null,
     213                    'logged_in_as' => null,
     214                    'title_reply'  => null,
    215215                )
    216216            );
Note: See TracChangeset for help on using the changeset viewer.