Changeset 42410
- Timestamp:
- 12/18/2017 11:19:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r42353 r42410 2046 2046 2047 2047 /** 2048 * Activates a frame for editing a featured image. 2049 * 2048 2050 * @since 3.9.0 2051 * 2052 * @returns {void} 2049 2053 */ 2050 2054 activate: function() { … … 2053 2057 2054 2058 /** 2059 * Deactivates a frame for editing a featured image. 2060 * 2055 2061 * @since 3.9.0 2062 * 2063 * @returns {void} 2056 2064 */ 2057 2065 deactivate: function() { … … 2060 2068 2061 2069 /** 2070 * Adds a toolbar with a back button. 2071 * 2072 * When the back button is pressed it checks whether there is a previous state. 2073 * In case there is a previous state it sets that previous state otherwise it 2074 * closes the frame. 2075 * 2062 2076 * @since 3.9.0 2077 * 2078 * @returns {void} 2063 2079 */ 2064 2080 toolbar: function() { … … 3726 3742 3727 3743 /** 3728 * @callback 3744 * @ignore 3745 * 3729 3746 * @fires wp.media.controller.State#insert 3730 3747 */
Note: See TracChangeset
for help on using the changeset viewer.