Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/02/2024 04:18:20 AM (20 months ago)
Author:
espellcaste
Message:

PHPDoc: change naming typo from paremeters to parameters.

See #9173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/classes/class-bp-messages-thread.php

    r14035 r14036  
    240240         *
    241241         * @param BP_Messages_Thread $thread Current messages thread class.
    242          * @param array              $r      Array of paremeters.
     242         * @param array              $r      Array of parameters.
    243243         */
    244244        do_action( 'bp_messages_thread_post_populate', $this, $r );
     
    845845         *     @type int   $total_threads Number of threads found by the query.
    846846         * }
    847          *  @param array $r    Array of paremeters.
     847         *  @param array $r    Array of parameters.
    848848         */
    849849        return apply_filters(
Note: See TracChangeset for help on using the changeset viewer.