Ticket #7751: 7751.patch
File 7751.patch, 627 bytes (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/includes/activity/template-tags.php
137 137 function bp_nouveau_activity_hook( $when = '', $suffix = '' ) { 138 138 $hook = array( 'bp' ); 139 139 140 if ( !$when ) {140 if ( $when ) { 141 141 $hook[] = $when; 142 142 } 143 143 … … 144 144 // It's a activity entry hook 145 145 $hook[] = 'activity'; 146 146 147 if ( !$suffix ) {147 if ( $suffix ) { 148 148 $hook[] = $suffix; 149 149 } 150 150