Ticket #41841: 41841.2.patch
| File 41841.2.patch, 1.6 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/js/widgets/text-widgets.js
181 181 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 187 187 * state during the time between the change event is triggered and updateWidget -
src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
301 301 * @since 4.7.0 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. 307 307 */