Changeset 14031 for trunk/wp-includes/classes.php
- Timestamp:
- 04/07/2010 03:25:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r13975 r14031 1179 1179 * @param int $depth Depth of menu item. Used for padding. 1180 1180 * @param int $current_page Menu item ID. 1181 * @param array$args1181 * @param object $args 1182 1182 */ 1183 1183 function start_el(&$output, $item, $depth, $args) { … … 1218 1218 $output .= "</li>\n"; 1219 1219 } 1220 1221 1220 } 1222 1221
Note: See TracChangeset
for help on using the changeset viewer.