From 25370ba481a7de26f69a4370ed83ba603304f896 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 30 Jun 2017 17:04:40 +0000 Subject: [PATCH] Docs: Add a `@property-read` notation for the read-only `WP_Term::$data` property. See [35269], #34348 and #41017. Built from https://develop.svn.wordpress.org/trunk@40973 git-svn-id: http://core.svn.wordpress.org/trunk@40823 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-term.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-term.php b/wp-includes/class-wp-term.php index 8eb87efbe0..acd0124172 100644 --- a/wp-includes/class-wp-term.php +++ b/wp-includes/class-wp-term.php @@ -11,6 +11,8 @@ * Core class used to implement the WP_Term object. * * @since 4.4.0 + * + * @property-read object $data Sanitized term data. */ final class WP_Term { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1194ead2e8..8f145c107c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40972'; +$wp_version = '4.9-alpha-40973'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.