Changeset 56586 for trunk/src/wp-includes/class-walker-page.php
- Timestamp:
- 09/14/2023 12:44:23 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-page.php
r56547 r56586 105 105 public function start_el( &$output, $data_object, $depth = 0, $args = array(), $current_object_id = 0 ) { 106 106 // Restores the more descriptive, specific name for use within this method. 107 $page = $data_object; 107 $page = $data_object; 108 108 109 $current_page_id = $current_object_id; 109 110
Note: See TracChangeset
for help on using the changeset viewer.