From ef3442a2fe94d2eccb383b79ec3b6cbf87c5916c Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 2 Jan 2016 15:16:28 +0000 Subject: [PATCH] Docs: Remove indentation from the `hidden_columns` changelog entry. Added in [36154]. See #35057. Built from https://develop.svn.wordpress.org/trunk@36156 git-svn-id: http://core.svn.wordpress.org/trunk@36122 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index a320f0e193..a72a8078af 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -77,7 +77,7 @@ function get_hidden_columns( $screen ) { * Filter the list of hidden columns. * * @since 4.4.0 - * @since 4.4.1 Added the `use_defaults` parameter. + * @since 4.4.1 Added the `use_defaults` parameter. * * @param array $hidden An array of hidden columns. * @param WP_Screen $screen WP_Screen object of the current screen. diff --git a/wp-includes/version.php b/wp-includes/version.php index 408d52d32b..d5a61380bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36154'; +$wp_version = '4.5-alpha-36156'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.