Changeset 36835
- Timestamp:
- 03/03/2016 04:04:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r36689 r36835 73 73 74 74 /** 75 * Add nonce for customizing menus.75 * Adds a nonce for customizing menus. 76 76 * 77 77 * @since 4.5.0 78 78 * @access public 79 79 * 80 * @param 81 * @return array $nonces Array of nonces.80 * @param array $nonces Array of nonces. 81 * @return array $nonces Modified array of nonces. 82 82 */ 83 83 public function filter_nonces( $nonces ) {
Note: See TracChangeset
for help on using the changeset viewer.