Changeset 35793
- Timestamp:
- 12/06/2015 09:22:10 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-widgets.js
r35486 r35793 960 960 * be aligned to copy the sanitized over. The elements returned by this 961 961 * are passed into this._getInputsSignature(), and they are iterated 962 * over when copying sanitized values over to the theform loaded.962 * over when copying sanitized values over to the form loaded. 963 963 * 964 964 * @param {jQuery} container element in which to look for inputs -
trunk/src/wp-includes/class-json.php
r34234 r35793 446 446 /* 447 447 * As per JSON spec if any array key is not an integer 448 * we must treat the thewhole array as an object. We448 * we must treat the whole array as an object. We 449 449 * also try to catch a sparsely populated associative 450 450 * array with numeric keys here because some JS engines -
trunk/src/wp-includes/class-wp-customize-widgets.php
r35724 r35793 344 344 /* 345 345 * Add a setting which will be supplied for the theme's sidebars_widgets 346 * theme_mod when the the theme is switched.346 * theme_mod when the theme is switched. 347 347 */ 348 348 if ( ! $this->manager->is_theme_active() ) { -
trunk/src/wp-includes/revision.php
r35352 r35793 121 121 * @param bool $check_for_changes Whether to check for changes before saving a new revision. 122 122 * Default true. 123 * @param WP_Post $last_revision The thelast revision post object.123 * @param WP_Post $last_revision The last revision post object. 124 124 * @param WP_Post $post The post object. 125 125 * -
trunk/src/wp-includes/user.php
r35790 r35793 1267 1267 * @type string $user_email The user email address. 1268 1268 * @type string $display_name The user's display name. 1269 * Default is the theuser's username.1269 * Default is the user's username. 1270 1270 * @type string $nickname The user's nickname. 1271 * Default is the theuser's username.1271 * Default is the user's username. 1272 1272 * @type string $first_name The user's first name. For new users, will be used 1273 1273 * to build the first part of the user's display name … … 1542 1542 * Default meta values and keys for the user. 1543 1543 * 1544 * @type string $nickname The user's nickname. Default is the theuser's username.1544 * @type string $nickname The user's nickname. Default is the user's username. 1545 1545 * @type string $first_name The user's first name. 1546 1546 * @type string $last_name The user's last name.
Note: See TracChangeset
for help on using the changeset viewer.