Changeset 42392
- Timestamp:
- 12/13/2017 02:09:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media/controllers/edit-image.js
r41351 r42392 33 33 34 34 /** 35 * Activates a frame for editing a featured image. 36 * 35 37 * @since 3.9.0 38 * 39 * @returns {void} 36 40 */ 37 41 activate: function() { … … 40 44 41 45 /** 46 * Deactivates a frame for editing a featured image. 47 * 42 48 * @since 3.9.0 49 * 50 * @returns {void} 43 51 */ 44 52 deactivate: function() { … … 47 55 48 56 /** 57 * Adds a toolbar with a back button. 58 * 59 * When the back button is pressed it checks whether there is a previous state. 60 * In case there is a previous state it sets that previous state otherwise it 61 * closes the frame. 62 * 49 63 * @since 3.9.0 64 * 65 * @returns {void} 50 66 */ 51 67 toolbar: function() {
Note: See TracChangeset
for help on using the changeset viewer.