Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r48218 r48590  
    172172     * @since 4.0.0
    173173     *
    174      * @param string   $name      Method to call.
    175      * @param array    $arguments Arguments to pass when calling.
     174     * @param string $name      Method to call.
     175     * @param array  $arguments Arguments to pass when calling.
    176176     * @return array|IXR_Error|false Return value of the callback, false otherwise.
    177177     */
     
    370370     * @since 2.5.0
    371371     *
    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.
    374374     */
    375375    public function set_custom_fields( $post_id, $fields ) {
     
    437437     * @since 4.9.0
    438438     *
    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.
    441441     */
    442442    public function set_term_custom_fields( $term_id, $fields ) {
     
    745745     *
    746746     * @param object $taxonomy The unprepared taxonomy data.
    747      * @param array $fields    The subset of taxonomy fields to return.
     747     * @param array  $fields   The subset of taxonomy fields to return.
    748748     * @return array The prepared taxonomy data.
    749749     */
     
    56045604     * @global wpdb $wpdb WordPress database abstraction object.
    56055605     *
    5606      * @param int $post_ID Post ID.
     5606     * @param int    $post_ID      Post ID.
    56075607     * @param string $post_content Post Content for attachment.
    56085608     */
Note: See TracChangeset for help on using the changeset viewer.