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.
Attachments (1)
Change History (3)
Note: See
        TracTickets for help on using
        tickets.
    


 
			 
                
Hi @thingsym, welcome to WordPress Trac!
Good catch, introduced in [40640].