Make WordPress Core

Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#63422 closed defect (bug) (fixed)

Fix missing closing backticks in `button.js` code comment

Reported by: ankitkumarshah Owned by: SergeyBiryukov
Priority: normal Milestone: 6.9
Component: Media Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

There's a missing closing backtick in the button.js file in an inline comment

// value to the `model` and remove it from the `options object.

https://github.com/WordPress/wordpress-develop/blob/3f9317c2aa2ba650c0d930acaca1bb840c95a6da/src/js/media/views/button.js#L36

Change History (5)

This ticket was mentioned in PR #8788 on WordPress/wordpress-develop by @ankitkumarshah.


16 months ago
#1

  • Keywords has-patch added

#2 @getsyash
16 months ago

@ankitkumarshah Thank you for the ticket and PR. PR looks good to me.

#3 @SergeyBiryukov
16 months ago

  • Component GeneralMedia
  • Milestone Awaiting Review6.9

#4 @SergeyBiryukov
16 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 60229:

Docs: Add missing closing backtick in a comment in js/media/views/button.js.

Follow-up to [22027], [31373].

Props ankitkumarshah, dhruvang21, getsyash.
Fixes #63422.

@ankitkumarshah commented on PR #8788:


16 months ago
#5

Merged in changeset: 60229

Note: See TracTickets for help on using tickets.