Changeset 39281
- Timestamp:
- 11/17/2016 06:27:16 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/common.js
r39141 r39281 898 898 * @summary Get the viewport width. 899 899 * 900 * @since 4.7 900 * @since 4.7.0 901 901 * 902 902 * @returns {number|boolean} The current viewport width or false if the … … 920 920 * the current menu state. 921 921 * 922 * @since 4.7 922 * @since 4.7.0 923 923 * 924 924 * @returns {void} … … 948 948 * technologies. In the responsive view, the button is always hidden. 949 949 * 950 * @since 4.7 950 * @since 4.7.0 951 951 * 952 952 * @returns {void} -
trunk/src/wp-admin/js/tags-suggest.js
r38880 r39281 27 27 * can be in `options.taxonomy`. 28 28 * 29 * @since 4.7 29 * @since 4.7.0 30 30 * 31 31 * @param {object} options Options that are passed to UI Autocomplete. Can be used to override the default settings. -
trunk/src/wp-includes/js/customize-selective-refresh.js
r39270 r39281 104 104 * Create and show the edit shortcut for a given partial placement container. 105 105 * 106 * @since 4.7 106 * @since 4.7.0 107 107 * 108 108 * @param {Placement} placement The placement container element. … … 132 132 * Add an edit shortcut to the placement container. 133 133 * 134 * @since 4.7 134 * @since 4.7.0 135 135 * 136 136 * @param {Placement} placement The placement for the partial. … … 149 149 * Return the unique class name for the edit shortcut button for this partial. 150 150 * 151 * @since 4.7 151 * @since 4.7.0 152 152 * 153 153 * @return {string} Partial ID converted into a class name for use in shortcut. … … 162 162 * Return the appropriate translated string for the edit shortcut button. 163 163 * 164 * @since 4.7 164 * @since 4.7.0 165 165 * 166 166 * @return {string} Tooltip for edit shortcut. … … 187 187 * Will use `params.type` if set, but otherwise will try to infer type from settingId. 188 188 * 189 * @since 4.7 189 * @since 4.7.0 190 190 * 191 191 * @return {string} Type of partial derived from type param or the related setting ID. … … 209 209 * Create an edit shortcut button for this partial. 210 210 * 211 * @since 4.7 211 * @since 4.7.0 212 212 * 213 213 * @return {jQuery} The edit shortcut button element.
Note: See TracChangeset
for help on using the changeset viewer.