- Timestamp:
- 03/18/2018 10:51:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/notifications/functions.php
r11899 r11900 122 122 return $bp_nouveau->notifications->filters[ $id ]; 123 123 124 // Oops nothing found!125 124 } else { 126 125 return false; … … 144 143 145 144 foreach ( $filters as $filter ) { 146 // Default position147 145 $position = 99; 148 146 … … 157 155 do { 158 156 $position += 1; 159 } while ( in_array( $position, $sorted_keys ) );157 } while ( in_array( $position, $sorted_keys, true ) ); 160 158 } 161 159
Note: See TracChangeset
for help on using the changeset viewer.