Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (8 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-rss2-comments.php

    r43571 r44574  
    106106                <description><![CDATA[<?php comment_text_rss(); ?>]]></description>
    107107                <content:encoded><![CDATA[<?php comment_text(); ?>]]></content:encoded>
    108                 <?php
     108                        <?php
    109109                endif; // post pass
    110110                        /**
     
    117117                         */
    118118                        do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
    119 ?>
     119                ?>
    120120                        </item>
    121121                        <?php
Note: See TracChangeset for help on using the changeset viewer.