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
This commit is contained in:
Drew Jaynes 2017-06-30 17:04:40 +00:00
parent 4b0e64aa8c
commit 25370ba481
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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.