From fc26b6e0064a3426d89b255c57202c0f714d1fb8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 24 Aug 2017 17:51:26 +0000 Subject: [PATCH] Widgets: Remove a duplicate `require_once()` for `class-wp-widget-meta.php` added in [40640]. Props thingsym. Fixes #41723. git-svn-id: https://develop.svn.wordpress.org/trunk@41312 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/default-widgets.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wp-includes/default-widgets.php b/src/wp-includes/default-widgets.php index cdc6e9690b..7c8a903c56 100644 --- a/src/wp-includes/default-widgets.php +++ b/src/wp-includes/default-widgets.php @@ -34,9 +34,6 @@ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-media-video.php' ); /** WP_Widget_Meta class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-meta.php' ); -/** WP_Widget_Meta class */ -require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-meta.php' ); - /** WP_Widget_Calendar class */ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-calendar.php' );