Changeset 48590 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r48218 r48590 172 172 * @since 4.0.0 173 173 * 174 * @param string 175 * @param array 174 * @param string $name Method to call. 175 * @param array $arguments Arguments to pass when calling. 176 176 * @return array|IXR_Error|false Return value of the callback, false otherwise. 177 177 */ … … 370 370 * @since 2.5.0 371 371 * 372 * @param int $post_id Post ID.373 * @param array $fields Custom fields.372 * @param int $post_id Post ID. 373 * @param array $fields Custom fields. 374 374 */ 375 375 public function set_custom_fields( $post_id, $fields ) { … … 437 437 * @since 4.9.0 438 438 * 439 * @param int $term_id Term ID.440 * @param array $fields Custom fields.439 * @param int $term_id Term ID. 440 * @param array $fields Custom fields. 441 441 */ 442 442 public function set_term_custom_fields( $term_id, $fields ) { … … 745 745 * 746 746 * @param object $taxonomy The unprepared taxonomy data. 747 * @param array $fieldsThe subset of taxonomy fields to return.747 * @param array $fields The subset of taxonomy fields to return. 748 748 * @return array The prepared taxonomy data. 749 749 */ … … 5604 5604 * @global wpdb $wpdb WordPress database abstraction object. 5605 5605 * 5606 * @param int $post_IDPost ID.5606 * @param int $post_ID Post ID. 5607 5607 * @param string $post_content Post Content for attachment. 5608 5608 */
Note: See TracChangeset
for help on using the changeset viewer.