Changeset 39697 for branches/4.7/src/wp-includes/script-loader.php
- Timestamp:
- 01/05/2017 08:17:19 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/script-loader.php
r39323 r39697 508 508 did_action( 'init' ) && $scripts->localize( 'wp-api', 'wpApiSettings', array( 509 509 'root' => esc_url_raw( get_rest_url() ), 510 'nonce' => wp_create_nonce( 'wp_rest' ),510 'nonce' => ( wp_installing() && ! is_multisite() ) ? '' : wp_create_nonce( 'wp_rest' ), 511 511 'versionString' => 'wp/v2/', 512 512 ) );
Note: See TracChangeset
for help on using the changeset viewer.