Making WordPress.org


Ignore:
Timestamp:
05/10/2018 12:04:59 AM (8 years ago)
Author:
coreymckrill
Message:

WordCamp tickets: Doc block fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/accommodations.php

    r7189 r7190  
    119119     * Save the value of the new field to the attendee post upon completion of checkout.
    120120     *
    121      * @param int      $post_id
     121     * @param int     $post_id
    122122     * @param WP_Post $attendee
    123123     *
     
    131131     * Initialize email notifications after the ticket receipt email has been sent.
    132132     *
    133      * @param WP_Post $attendee_id
     133     * @param int $attendee_id
    134134     */
    135135    public function after_email_receipt( $attendee_id ) {
     
    145145     * Retrieve the stored value of the new field for use on the Edit Info form.
    146146     *
    147      * @param array    $ticket_info
     147     * @param array   $ticket_info
    148148     * @param WP_Post $attendee
    149149     *
     
    159159     * Update the stored value of the new field if it was changed in the Edit Info form.
    160160     *
    161      * @param array    $data
     161     * @param array   $data
    162162     * @param WP_Post $attendee
    163163     *
     
    246246     * Send a notification if it hasn't been sent already.
    247247     *
    248      * @param string   $value
     248     * @param string  $value
    249249     * @param WP_Post $attendee
    250250     */
Note: See TracChangeset for help on using the changeset viewer.