Changeset 31079 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 01/08/2015 05:51:39 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r30681 r31079 3635 3635 $formats = get_post_format_strings(); 3636 3636 3637 #find out if they want a list of currently supports formats3637 // find out if they want a list of currently supports formats 3638 3638 if ( isset( $args[3] ) && is_array( $args[3] ) ) { 3639 3639 if ( $args[3]['show-supported'] ) {
Note: See TracChangeset
for help on using the changeset viewer.