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.