Changeset 6153 for branches/1.1/bb-includes/class.bb-walker.php
- Timestamp:
- 12/09/2016 01:58:10 PM (9 years ago)
- File:
-
- 1 edited
-
branches/1.1/bb-includes/class.bb-walker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-includes/class.bb-walker.php
r2395 r6153 163 163 } 164 164 165 function BB_Loop( &$elements ) {165 function __construct( &$elements ) { 166 166 $this->elements = $elements; 167 167 if ( !is_array($this->elements) || empty($this->elements) ) 168 168 return $this->elements = false; 169 } 170 171 function BB_Loop( &$elements ) { 172 $this->__construct( $elements ); 169 173 } 170 174
Note: See TracChangeset
for help on using the changeset viewer.