Changeset 10899 for trunk/src/bp-core/bp-core-caps.php
- Timestamp:
- 06/23/2016 06:31:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-caps.php
r10825 r10899 21 21 * @since 2.1.0 22 22 * 23 * @return array23 * @return object 24 24 */ 25 25 function bp_get_current_blog_roles() { … … 57 57 * 58 58 * @since 1.6.0 59 *60 59 */ 61 60 function bp_add_caps() { … … 90 89 * 91 90 * @since 1.6.0 92 *93 91 */ 94 92 function bp_remove_caps() { … … 219 217 * 220 218 * @since 1.6.0 221 *222 * @global BuddyPress $bp Global BuddyPress settings object.223 *224 219 */ 225 220 function bp_set_current_user_default_role() { … … 273 268 } 274 269 275 // Backward compatibility for older bp_current_user_can() checks 270 // Backward compatibility for older bp_current_user_can() checks. 276 271 if ( empty( $args ) ) { 277 272 $args = null;
Note: See TracChangeset
for help on using the changeset viewer.