Skip to:
Content

BuddyPress.org

Changeset 13756


Ignore:
Timestamp:
03/09/2024 04:36:09 AM (11 months ago)
Author:
imath
Message:

Improve Extended Profiles inline documentation fixing 3 typos

Props shailu25

Fixes #9115
Closes https://github.com/buddypress/buddypress/pull/251

Location:
trunk/src/bp-xprofile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-functions.php

    r13484 r13756  
    895895 *
    896896 * @param object $errors Array of errors. Passed by reference.
    897  * @param bool   $update Whether or not being upated.
     897 * @param bool   $update Whether or not being updated.
    898898 * @param object $user   User object whose profile is being synced. Passed by reference.
    899899 */
     
    14601460
    14611461/**
    1462  * Returns the list of supporterd WordPress field meta keys.
     1462 * Returns the list of supported WordPress field meta keys.
    14631463 *
    14641464 * @since 8.0.0
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php

    r13392 r13756  
    262262     *
    263263     * @param WP_User|null $user The WP_User object for the user being edited.
    264      * @param array        $args Aray of arguments for metaboxes.
     264     * @param array        $args Array of arguments for metaboxes.
    265265     */
    266266    public function user_admin_profile_metaboxes( $user = null, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.