Make WordPress Core


Ignore:
Timestamp:
09/11/2026 06:29:08 AM (13 hours ago)
Author:
afercia
Message:

General: Enable the JSDoc rule require-param-description.

Enables the JSDoc rule require-param-description and fixes all the reported violations.
Part of the effort to improve JS inline documentation for 7.2.

Developed in https://github.com/WordPress/wordpress-develop/pull/13475

Props afercia, westonruter.
See #66033.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/controllers/embed.js

    r63408 r63598  
    9090         * Try scanning the embed as an image to discover its dimensions.
    9191         *
    92          * @param {Object} attributes
     92         * @param {Object} attributes The attributes for the embed scan.
    9393         */
    9494        scanImage: function( attributes ) {
Note: See TracChangeset for help on using the changeset viewer.