Changeset 49785
- Timestamp:
- 12/10/2020 06:10:12 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
js/_enqueues/lib/image-edit.js (modified) (1 diff)
-
js/_enqueues/wp/customize/controls.js (modified) (1 diff)
-
wp-includes/rest-api/class-wp-rest-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/lib/image-edit.js
r49087 r49785 303 303 } 304 304 305 // Reset size to it 's original state.305 // Reset size to its original state. 306 306 if ( setSize ) { 307 307 if ( !history.length ) { -
trunk/src/js/_enqueues/wp/customize/controls.js
r49323 r49785 7713 7713 * Trash the current changes. 7714 7714 * 7715 * Revert the Customizer to it 's previously-published state.7715 * Revert the Customizer to its previously-published state. 7716 7716 * 7717 7717 * @since 4.9.0 -
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r49610 r49785 1009 1009 1010 1010 /** 1011 * Matches a request object to it 's handler.1011 * Matches a request object to its handler. 1012 1012 * 1013 1013 * @access private
Note: See TracChangeset
for help on using the changeset viewer.