Changeset 33407
- Timestamp:
- 07/23/2015 01:18:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r33343 r33407 3889 3889 3890 3890 /** 3891 * Retrieves a list of post formats used by the site3892 3893 3894 3891 * Retrieves a list of post formats used by the site. 3892 * 3893 * @since 3.1.0 3894 * 3895 3895 * @param array $args { 3896 3896 * Method arguments. Note: arguments must be ordered as documented. … … 3900 3900 * @type string $password 3901 3901 * } 3902 * @return array|IXR_Error3903 3902 * @return array|IXR_Error List of post formats, otherwise IXR_Error object. 3903 */ 3904 3904 public function wp_getPostFormats( $args ) { 3905 3905 $this->escape( $args );
Note: See TracChangeset
for help on using the changeset viewer.