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
This commit is contained in:
Sergey Biryukov 2018-02-25 20:38:30 +00:00
parent b026fde152
commit c3738e9617
2 changed files with 1 additions and 2 deletions

View File

@ -131,7 +131,6 @@ final class WP_Taxonomy {
* The callback function for sanitizing taxonomy data saved from a meta box. * The callback function for sanitizing taxonomy data saved from a meta box.
* *
* @since 5.0.0 * @since 5.0.0
* @access public
* @var callable * @var callable
*/ */
public $meta_box_sanitize_cb = null; public $meta_box_sanitize_cb = null;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.