Opened 3 years ago
Closed 3 years ago
#41723 closed enhancement (fixed)
Remove duplicate row in /wp-includes/default-widgets.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description ¶
require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-meta.php' ); has two lines. described in duplicate.
In the patch, delete duplicate row.
Commits (1)
- [41312] Widgets: Remove a duplicate
require_once()
forclass-wp-widget-meta.php
added in [40640].… by @SergeyBiryukov 3 years ago
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
Hi @thingsym, welcome to WordPress Trac!
Good catch, introduced in [40640].