Docs: Add a `@property-read` notation for the read-only `WP_Term::$data` property.

See [35269], #34348 and #41017.


git-svn-id: https://develop.svn.wordpress.org/trunk@40973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-06-30 17:03:24 +00:00
parent d9ae7f920d
commit a14ea35c38
1 changed files with 2 additions and 0 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 {