Opened 7 years ago
Closed 7 years ago
#43307 closed defect (bug) (fixed)
Error wp-admin > Includes > theme.php
Reported by: | nandorsky | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.5 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
Hi,
I'm getting errors in my PHP editor for this file: wp-admin > Includes > theme.php
Looks like 2 Button tags at the bottom are not closed properly. Possible ?
<button type="button" class="button button-primary customize-theme"><?php _e( 'Customize' ); ?></a>
<button type="button" class="button button-primary preview-theme" data-slug="{{ data.id }}"><?php _e( 'Live Preview' ); ?></span>
Attachments (1)
Change History (6)
#2
@
7 years ago
- Component changed from Administration to Customize
- Milestone changed from Awaiting Review to 4.9.5
- Version changed from 4.9.4 to 4.9
#3
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 42711:
Note: See
TracTickets for help on using
tickets.
Introduced in [41648].