Make WordPress Core

Ticket #48305: 48305.diff

File 48305.diff, 569 bytes (added by kalpshit, 5 years ago)

i just added fullstop in this string "widgetId or an id_base for adding a previously non-existing widget"

  • js/_enqueues/wp/customize/widgets.js

     
    20602060                },
    20612061
    20622062                /**
    2063                  * @param {string} widgetId or an id_base for adding a previously non-existing widget
     2063                 * @param {string} widgetId or an id_base for adding a previously non-existing widget.
    20642064                 * @returns {object|false} widget_form control instance, or false on error
    20652065                 */
    20662066                addWidget: function( widgetId ) {