Changeset 13257 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/20/2010 09:57:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13242 r13257 2216 2216 } 2217 2217 2218 /** 2219 * Outputs the Custom Navigation. 2220 * 2221 * @since 3.0.0 2222 */ 2223 function custom_nav($args = array()) { 2224 require_once (ABSPATH . WPINC . '/custom-navigation-functions.php'); 2225 wp_custom_navigation_output($args); 2226 } 2227 2218 2228 ?>
Note: See TracChangeset
for help on using the changeset viewer.