Make WordPress Core

Changeset 58743


Ignore:
Timestamp:
07/17/2024 11:26:33 AM (10 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in wp.media.view.Attachment.Details.TwoColumn.

Follow-up to [41351].

Props devansh2002, mukesh27.
Fixes #61658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/views/attachment/details-two-column.js

    r49195 r58743  
    1717 * @augments Backbone.View
    1818 */
    19 TwoColumn = Details.extend(/** @lends wp.media.view.Attachment.Details.TowColumn.prototype */{
     19TwoColumn = Details.extend(/** @lends wp.media.view.Attachment.Details.TwoColumn.prototype */{
    2020    template: wp.template( 'attachment-details-two-column' ),
    2121
Note: See TracChangeset for help on using the changeset viewer.