Changeset 11989
- Timestamp:
- 04/22/2018 04:27:21 PM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r11899 r11989 138 138 $hook = array( 'bp' ); 139 139 140 if ( !$when ) {140 if ( $when ) { 141 141 $hook[] = $when; 142 142 } … … 145 145 $hook[] = 'activity'; 146 146 147 if ( !$suffix ) {147 if ( $suffix ) { 148 148 $hook[] = $suffix; 149 149 } -
trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php
r11973 r11989 110 110 $hook = array( 'bp' ); 111 111 112 if ( !$when ) {112 if ( $when ) { 113 113 $hook[] = $when; 114 114 } -
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.