Changeset 6171
- Timestamp:
- 12/15/2016 11:20:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/classes.php
r6157 r6171 1040 1040 1041 1041 //abstract callbacks 1042 function start_lvl($output ) { return $output; }1043 function end_lvl($output ) { return $output; }1042 function start_lvl($output, $depth) { return $output; } 1043 function end_lvl($output, $depth) { return $output; } 1044 1044 function start_el($output) { return $output; } 1045 1045 function end_el($output) { return $output; } … … 1178 1178 } 1179 1179 1180 function start_el( ) { return ''; }1181 function end_el( ) { return ''; }1180 function start_el( $output ) { return ''; } 1181 function end_el( $output ) { return ''; } 1182 1182 } 1183 1183
Note: See TracChangeset
for help on using the changeset viewer.