From 33f0b561347005326545ee5d2f0493f5547513f7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 24 Aug 2017 17:53:27 +0000 Subject: [PATCH] Widgets: Remove a duplicate `require_once()` for `class-wp-widget-meta.php` added in [40640]. Props thingsym. Fixes #41723. Built from https://develop.svn.wordpress.org/trunk@41312 git-svn-id: http://core.svn.wordpress.org/trunk@41143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 3 --- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index cdc6e9690b..7c8a903c56 100644 --- a/wp-includes/default-widgets.php +++ b/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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index bfd03b9c29..91192db86c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41311'; +$wp_version = '4.9-alpha-41312'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.