Opened 9 years ago
Closed 9 years ago
#43307 closed defect (bug) (fixed)
Error wp-admin > Includes > theme.php
| Reported by: | nandorsky | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.5 |
| Component: | Customize | Version: | 4.9 |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [41648].