Make WordPress Core


Ignore:
Timestamp:
01/08/2015 05:51:39 AM (11 years ago)
Author:
wonderboymusic
Message:

Perl-style comments should not be used

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r30681 r31079  
    36353635        $formats = get_post_format_strings();
    36363636
    3637         # find out if they want a list of currently supports formats
     3637        // find out if they want a list of currently supports formats
    36383638        if ( isset( $args[3] ) && is_array( $args[3] ) ) {
    36393639            if ( $args[3]['show-supported'] ) {
Note: See TracChangeset for help on using the changeset viewer.