From c3738e9617a26e5bab47fb124cd26a3e88391069 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 Feb 2018 20:38:30 +0000 Subject: [PATCH] Docs: Remove `@access` notation from `WP_Taxonomy::$meta_box_sanitize_cb`. See #42505, #41452. Built from https://develop.svn.wordpress.org/trunk@42748 git-svn-id: http://core.svn.wordpress.org/trunk@42578 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-taxonomy.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/class-wp-taxonomy.php b/wp-includes/class-wp-taxonomy.php index 123b739b20..ef6f1a0908 100644 --- a/wp-includes/class-wp-taxonomy.php +++ b/wp-includes/class-wp-taxonomy.php @@ -131,7 +131,6 @@ final class WP_Taxonomy { * The callback function for sanitizing taxonomy data saved from a meta box. * * @since 5.0.0 - * @access public * @var callable */ public $meta_box_sanitize_cb = null; diff --git a/wp-includes/version.php b/wp-includes/version.php index b031c41f1f..24c575dacd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42747'; +$wp_version = '5.0-alpha-42748'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.