Changeset 41354
- Timestamp:
- 09/09/2017 01:48:47 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/widgets/text-widgets.js
r41352 r41354 182 182 /* 183 183 * Account for race condition in customizer where user clicks Save & Publish while 184 * focus was just previously given to t o the editor. Since updates to the editor184 * focus was just previously given to the editor. Since updates to the editor 185 185 * are debounced at 1 second and since widget input changes are only synced to 186 186 * settings after 250ms, the customizer needs to be put into the processing -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r41219 r41354 302 302 * 303 303 * @param (mixed) $result The revision object (if it was deleted or moved to the trash successfully) 304 * or false (failure). If the revision was moved to t o the trash, $result represents304 * or false (failure). If the revision was moved to the trash, $result represents 305 305 * its new state; if it was deleted, $result represents its state before deletion. 306 306 * @param WP_REST_Request $request The request sent to the API.
Note: See TracChangeset
for help on using the changeset viewer.