Docs: object != class

See [33893] et al.

Built from https://develop.svn.wordpress.org/trunk@34585


git-svn-id: http://core.svn.wordpress.org/trunk@34549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-26 07:04:28 +00:00
parent 75b1dde362
commit 5acee30d9d
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* HTTP API: WP_Http object class * HTTP API: WP_Http class
* *
* @package WordPress * @package WordPress
* @subpackage HTTP * @subpackage HTTP

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Comment API: WP_Comment object class * Comment API: WP_Comment class
* *
* @package WordPress * @package WordPress
* @subpackage Comments * @subpackage Comments

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* HTTP API: WP_Http_Cookie object class * HTTP API: WP_Http_Cookie class
* *
* @package WordPress * @package WordPress
* @subpackage HTTP * @subpackage HTTP

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* HTTP API: WP_Http_Curl object class * HTTP API: WP_Http_Curl class
* *
* @package WordPress * @package WordPress
* @subpackage HTTP * @subpackage HTTP

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* HTTP API: WP_Http_Streams object class * HTTP API: WP_Http_Streams class
* *
* @package WordPress * @package WordPress
* @subpackage HTTP * @subpackage HTTP

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Network API: WP_Network object class * Network API: WP_Network class
* *
* @package WordPress * @package WordPress
* @subpackage Multisite * @subpackage Multisite

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34584'; $wp_version = '4.4-alpha-34585';
/** /**
* 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.