Changeset 42228 for trunk/src/wp-includes/class-wp-walker.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-walker.php
r42201 r42228 252 252 foreach ( $orphans as $op ) 253 253 $this->display_element( $op, $empty_array, 1, 0, $args, $output ); 254 255 256 254 } 255 256 return $output; 257 257 } 258 258
Note: See TracChangeset
for help on using the changeset viewer.