Changeset 13395 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 01/07/2023 12:18:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r13312 r13395 38 38 * 39 39 * @since 1.5.0 40 *41 * @global BuddyPress $bp The one true BuddyPress instance.42 40 */ 43 41 function bp_core_define_slugs() { … … 880 878 * @since 1.6.0 881 879 * 882 * @global BuddyPress $bp The one true BuddyPress instance.883 *884 880 * @param int $user_id The ID for the user. 885 881 * @return bool True if spammer, otherwise false. … … 953 949 * 954 950 * @since 1.6.0 955 *956 * @global BuddyPress $bp The one true BuddyPress instance.957 951 * 958 952 * @param int $user_id The ID for the user. … … 1216 1210 * 1217 1211 * @since 2.0.0 1218 *1219 * @global BuddyPress $bp The one true BuddyPress instance.1220 1212 * @global wpdb $wpdb WordPress database object. 1221 1213 * … … 1869 1861 * @since 1.2.0 1870 1862 * 1871 * @global BuddyPress $bp The one true BuddyPress instance.1872 *1873 1863 * @todo There appears to be a bug in the return value on success. 1874 1864 * … … 2329 2319 * @since 1.1.0 2330 2320 * 2331 * @global BuddyPress $bp The one true BuddyPress instance.2332 *2333 2321 * @return string|bool Directory path on success, false on failure. 2334 2322 */ … … 2674 2662 * 2675 2663 * @since 2.6.0 2676 *2677 * @global BuddyPress $bp The one true BuddyPress instance.2678 2664 * 2679 2665 * @return object The displayed user object, null otherwise. … … 2860 2846 * @since 2.2.0 2861 2847 * 2862 * @global BuddyPress $bp The one true BuddyPress instance.2863 *2864 2848 * @param string $member_type Unique string identifier for the member type. 2865 2849 * @param array $args { … … 2988 2972 * @since 2.2.0 2989 2973 * 2990 * @global BuddyPress $bp The one true BuddyPress instance.2991 *2992 2974 * @see bp_register_member_type() for accepted arguments. 2993 2975 * … … 3317 3299 * 3318 3300 * @since 2.3.0 3319 *3320 * @global BuddyPress $bp The one true BuddyPress instance.3321 3301 * 3322 3302 * @return string
Note: See TracChangeset
for help on using the changeset viewer.