Changeset 48103 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 06/20/2020 11:20:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r47808 r48103 492 492 * @since Twenty Fifteen 1.0 493 493 * 494 * @param string $item_output The menu itemoutput.495 * @param WP_Post $item Menu itemobject.496 * @param int $depth Depth of the menu.497 * @param array $argswp_nav_menu() arguments.494 * @param string $item_output The menu item's starting HTML output. 495 * @param WP_Post $item Menu item data object. 496 * @param int $depth Depth of the menu. Used for padding. 497 * @param stdClass $args An object of wp_nav_menu() arguments. 498 498 * @return string Menu item with possible description. 499 499 */
Note: See TracChangeset
for help on using the changeset viewer.