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/code-of-conduct.php

    r7189 r7190  
    9898
    9999    /**
    100      *
     100     * Add a validation message when the checkbox isn't checked.
    101101     *
    102102     * @param array $error_flags
     
    114114     * Add the value of the new field to the attendee object during checkout processing.
    115115     *
    116      * @param \WP_Post $attendee
    117      * @param array    $data
    118      *
    119      * @return \WP_Post
     116     * @param WP_Post $attendee
     117     * @param array   $data
     118     *
     119     * @return WP_Post
    120120     */
    121121    public function populate_attendee_object( $attendee, $data ) {
     
    128128     * Save the value of the new field to the attendee post upon completion of checkout.
    129129     *
    130      * @param int      $post_id
    131      * @param \WP_Post $attendee
     130     * @param int     $post_id
     131     * @param WP_Post $attendee
    132132     *
    133133     * @return bool|int
Note: See TracChangeset for help on using the changeset viewer.