Changeset 24377 for trunk/wp-includes/post-template.php
- Timestamp:
- 05/28/2013 03:29:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r24336 r24377 1054 1054 * @param array $args 1055 1055 */ 1056 function start_el( &$output, $page, $depth , $args, $current_page = 0 ) {1056 function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) { 1057 1057 if ( $depth ) 1058 1058 $indent = str_repeat("\t", $depth); … … 1136 1136 * @param int $id 1137 1137 */ 1138 function start_el( &$output, $page, $depth, $args, $id = 0) {1138 function start_el( &$output, $page, $depth = 0, $args = array(), $id = 0 ) { 1139 1139 $pad = str_repeat(' ', $depth * 3); 1140 1140
Note: See TracChangeset
for help on using the changeset viewer.