Changeset 11937
- Timestamp:
- 04/02/2018 10:34:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r11833 r11937 2472 2472 function bp_is_user_change_cover_image() { 2473 2473 return (bool) ( bp_is_profile_component() && bp_is_current_action( 'change-cover-image' ) ); 2474 } 2475 2476 /** 2477 * Is this a user's forums page? 2478 * 2479 * Eg http://example.com/members/joe/forums/ (or a subpage thereof). 2480 * 2481 * @since 1.5.0 2482 * @deprecated 3.0.0 No longer used in core, but supported for third-party code. 2483 * 2484 * @return false 2485 */ 2486 function bp_is_user_forums() { 2487 return false; 2474 2488 } 2475 2489
Note: See TracChangeset
for help on using the changeset viewer.