Changeset 50823
- Timestamp:
- 05/07/2021 09:45:40 AM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-nav-menu.php
r49215 r50823 194 194 * @type string $rel The rel attribute. 195 195 * @type string $href The href attribute. 196 * @type string $aria _current The aria-current attribute.196 * @type string $aria-current The aria-current attribute. 197 197 * } 198 198 * @param WP_Post $item The current menu item. -
trunk/src/wp-includes/class-walker-page.php
r47808 r50823 174 174 * 175 175 * @type string $href The href attribute. 176 * @type string $aria _current The aria-current attribute.176 * @type string $aria-current The aria-current attribute. 177 177 * } 178 178 * @param WP_Post $page Page data object.
Note: See TracChangeset
for help on using the changeset viewer.