Changeset 63775
- Timestamp:
- 09/21/2026 05:28:42 PM (9 hours ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
.eslintrc-jsdoc.js (modified) (2 diffs)
-
src/js/_enqueues/lib/emoji-loader.js (modified) (3 diffs)
-
src/js/_enqueues/wp/updates.js (modified) (2 diffs)
-
src/js/media/controllers/region.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.eslintrc-jsdoc.js
r63769 r63775 53 53 } ], 54 54 'jsdoc/check-param-names': 'error', 55 'jsdoc/check-property-names': 'error', 55 56 'jsdoc/check-syntax': 'error', 56 57 'jsdoc/check-tag-names': [ 'error', { … … 74 75 'jsdoc/require-param-name': 'error', 75 76 'jsdoc/require-param-type': 'error', 77 'jsdoc/require-property': 'error', 78 'jsdoc/require-property-name': 'error', 79 'jsdoc/require-property-description': 'error', 80 'jsdoc/require-property-type': 'error', 76 81 'jsdoc/require-returns': 'error', 77 82 'jsdoc/require-returns-check': 'error', -
trunk/src/js/_enqueues/lib/emoji-loader.js
r63755 r63775 9 9 * @typedef WPEmojiSettings 10 10 * @type {Object} 11 * @property {?object} source 12 * @property {?string} source.concatemoji 13 * @property {?string} source.twemoji 14 * @property {?string} source.wpemoji 11 * @property {?object} source The source object containing emoji-related URLs. 12 * @property {?string} source.concatemoji The URL for the concatenated emoji script. 13 * @property {?string} source.twemoji The URL for the Twemoji script. 14 * @property {?string} source.wpemoji The URL for the WP Emoji script. 15 15 */ 16 16 … … 29 29 * @typedef SupportTests 30 30 * @type {Object} 31 * @property {?boolean} flag 32 * @property {?boolean} emoji 31 * @property {?boolean} flag Whether the browser supports flag emojis. 32 * @property {?boolean} emoji Whether the browser supports general emojis. 33 33 */ 34 34 … … 58 58 * @typedef SessionSupportTests 59 59 * @type {Object} 60 * @property {number} timestamp 61 * @property {SupportTests} supportTests 60 * @property {number} timestamp The timestamp when the support tests were last updated. 61 * @property {SupportTests} supportTests The support tests for the browser. 62 62 */ 63 63 -
trunk/src/js/_enqueues/wp/updates.js
r63600 r63775 168 168 * 169 169 * @type {Object} 170 * @property {Object} filesystemCredentials Holds all filesystem credentials. 170 171 * @property {Object} filesystemCredentials.ftp Holds FTP credentials. 171 172 * @property {string} filesystemCredentials.ftp.host FTP host. Default empty string. … … 3305 3306 // Called from `wp-admin/includes/class-wp-upgrader-skins.php`. 3306 3307 case 'decrementUpdateCount': 3307 /** @property {string} message.upgradeType */ 3308 /** 3309 * @property {string} message The message associated with the update. 3310 * @property {string} message.upgradeType The type of upgrade being performed. 3311 */ 3308 3312 wp.updates.decrementCount( message.upgradeType ); 3309 3313 break; -
trunk/src/js/media/controllers/region.js
r63598 r63775 96 96 * @event wp.media.controller.Region#create 97 97 * @type {Object} 98 * @property {Object} view 98 * @property {Object} view The view object for the region. 99 99 */ 100 100 this.trigger( 'create', set );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)