mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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:
@@ -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' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user