- Timestamp:
- 04/22/2018 04:27:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r11915 r11989 2060 2060 $hook = array( 'bp' ); 2061 2061 2062 if ( !$when ) {2062 if ( $when ) { 2063 2063 $hook[] = $when; 2064 2064 } … … 2066 2066 $hook[] = 'activate'; 2067 2067 2068 if ( !$suffix ) {2068 if ( $suffix ) { 2069 2069 $hook[] = $suffix; 2070 2070 }
Note: See TracChangeset
for help on using the changeset viewer.