Changeset 5081
- Timestamp:
- 08/31/2011 07:27:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5072 r5081 1178 1178 */ 1179 1179 function bp_is_user_forums_started() { 1180 if ( bp_is_user_forums && bp_is_current_action( 'topics' ) )1180 if ( bp_is_user_forums() && bp_is_current_action( 'topics' ) ) 1181 1181 return true; 1182 1182 … … 1193 1193 */ 1194 1194 function bp_is_user_forums_replied_to() { 1195 if ( bp_is_user_forums && bp_is_current_action( 'replies' ) )1195 if ( bp_is_user_forums() && bp_is_current_action( 'replies' ) ) 1196 1196 return true; 1197 1197
Note: See TracChangeset
for help on using the changeset viewer.