Perl-style comments should not be used

See #30799.


git-svn-id: https://develop.svn.wordpress.org/trunk@31079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-01-08 05:51:39 +00:00
parent 97d6901048
commit 5d6cc49628
4 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -3634,7 +3634,7 @@ class wp_xmlrpc_server extends IXR_Server {
$formats = get_post_format_strings();
# find out if they want a list of currently supports formats
// find out if they want a list of currently supports formats
if ( isset( $args[3] ) && is_array( $args[3] ) ) {
if ( $args[3]['show-supported'] ) {
if ( current_theme_supports( 'post-formats' ) ) {