Changeset 51322 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
- Timestamp:
- 07/03/2021 09:13:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
r47122 r51322 12 12 * CUSTOM PAGE WALKER 13 13 * A custom walker for pages. 14 * 15 * @since Twenty Twenty 1.0 14 16 */ 15 17 class TwentyTwenty_Walker_Page extends Walker_Page { … … 18 20 * Outputs the beginning of the current element in the tree. 19 21 * 22 * @since Twenty Twenty 1.0 23 * 20 24 * @see Walker::start_el() 21 * @since 2.1.022 25 * 23 26 * @param string $output Used to append additional content. Passed by reference.
Note: See TracChangeset
for help on using the changeset viewer.