Changeset 36645 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 02/23/2016 07:17:11 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r36622 r36645 197 197 * Creates a navigation menu. 198 198 * 199 * Note that <code>$menu_name</code>is expected to be pre-slashed.199 * Note that `$menu_name` is expected to be pre-slashed. 200 200 * 201 201 * @since 3.0.0 … … 256 256 * Save the properties of a menu or create a new menu with those properties. 257 257 * 258 * Note that <code>$menu_data</code>is expected to be pre-slashed.258 * Note that `$menu_data` is expected to be pre-slashed. 259 259 * 260 260 * @since 3.0.0 … … 352 352 * 353 353 * The menu-item-title, menu-item-description, and menu-item-attr-title are expected 354 * to be pre-slashed since they are passed directly into <code>wp_insert_post()</code>.354 * to be pre-slashed since they are passed directly into `wp_insert_post()`. 355 355 * 356 356 * @since 3.0.0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)