Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2024 07:35:00 AM (2 years ago)
Author:
imath
Message:

Improve inline documentation fixing some typos

Props shailu25

Fixes #9123
Closes https://github.com/buddypress/buddypress/pull/255

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-types.php

    r13108 r13772  
    9797        }
    9898
    99         // Get defaulte values for metadata.
     99        // Get default values for metadata.
    100100        $metadata = bp_core_admin_get_type_default_meta_values( $type_taxonomy );
    101101
     
    178178        $type_taxonomy = sanitize_key( $args['taxonomy'] );
    179179
    180         // Get defaulte values for metadata.
     180        // Get default values for metadata.
    181181        $metadata  = bp_core_admin_get_type_default_meta_values( $type_taxonomy );
    182182
     
    208208        do_action( 'bp_type_updated', $type_term_id, $type_taxonomy );
    209209
    210         // Finally informs about the successfull update.
     210        // Finally informs about the successful update.
    211211        return true;
    212212}
     
    297297        do_action( 'bp_type_deleted', $type_term_id, $type_taxonomy );
    298298
    299         // Finally informs about the successfull delete.
     299        // Finally informs about the successful delete.
    300300        return true;
    301301}
Note: See TracChangeset for help on using the changeset viewer.