Changeset 30618
- Timestamp:
- 11/28/2014 12:11:15 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r30592 r30618 86 86 87 87 /** 88 * Filter the CSS class(es) applied to a menu item's li element.88 * Filter the CSS class(es) applied to a menu item's list item element. 89 89 * 90 90 * @since 3.0.0 … … 100 100 101 101 /** 102 * Filter the ID applied to a menu item's li element.102 * Filter the ID applied to a menu item's list item element. 103 103 * 104 104 * @since 3.0.1 … … 122 122 123 123 /** 124 * Filter the HTML attributes applied to a menu item's 'a'element.124 * Filter the HTML attributes applied to a menu item's anchor element. 125 125 * 126 126 * @since 3.6.0
Note: See TracChangeset
for help on using the changeset viewer.