Make WordPress Core


Ignore:
Timestamp:
12/06/2013 07:17:35 PM (13 years ago)
Author:
DrewAPicture
Message:

Inline documentation fixes for hooks and functions introduced in 3.8.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r26346 r26736  
    20372037                         * @since 3.8.0
    20382038                         *
    2039                          * @param array $update_results The results of all updates attempted
     2039                         * @param array $update_results The results of all attempted updates.
    20402040                         */
    20412041                        do_action( 'automatic_updates_complete', $this->update_results );
     
    24472447                 *     Array of email arguments that will be passed to wp_mail().
    24482448                 *
    2449                  *     @type string $to      The email recipient. An array of emails can be returned, as handled by wp_mail().
    2450                  *     @type string $subject The email's subject.
    2451                  *     @type string $body    The email message body.
    2452                  *     @type string $headers Any email headers, defaults to no headers.
     2449                 *     @type string $to      The email recipient. An array of emails can be returned,
     2450                 *                           as handled by wp_mail().
     2451                 *     @type string $subject Email subject.
     2452                 *     @type string $body    Email message body.
     2453                 *     @type string $headers Any email headers. Default empty.
    24532454                 * }
    2454                  * @param int   $failures The number of failures encountered while upgrading
    2455                  * @param mixed $results  The results of all updates attempted
     2455                 * @param int   $failures The number of failures encountered while upgrading.
     2456                 * @param mixed $results  The results of all attempted updates.
    24562457                 */
    24572458                $email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );
Note: See TracChangeset for help on using the changeset viewer.