First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.
Props JustinSainton, SergeyBiryukov, DrewAPicture. Fixes #26713. Built from https://develop.svn.wordpress.org/trunk@26868 git-svn-id: http://core.svn.wordpress.org/trunk@26754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @copyright Incutio Ltd 2010 (http://www.incutio.com)
|
||||
* @version 1.7.4 7th September 2010
|
||||
@@ -43,7 +43,7 @@
|
||||
* IXR_Value
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Value {
|
||||
var $data;
|
||||
@@ -171,7 +171,7 @@ class IXR_Value {
|
||||
* IXR_MESSAGE
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*
|
||||
*/
|
||||
class IXR_Message
|
||||
@@ -344,7 +344,7 @@ class IXR_Message
|
||||
* IXR_Server
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Server
|
||||
{
|
||||
@@ -555,7 +555,7 @@ EOD;
|
||||
* IXR_Request
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Request
|
||||
{
|
||||
@@ -598,7 +598,7 @@ EOD;
|
||||
* IXR_Client
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*
|
||||
*/
|
||||
class IXR_Client
|
||||
@@ -750,7 +750,7 @@ class IXR_Client
|
||||
* IXR_Error
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Error
|
||||
{
|
||||
@@ -792,7 +792,7 @@ EOD;
|
||||
* IXR_Date
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Date {
|
||||
var $year;
|
||||
@@ -855,7 +855,7 @@ class IXR_Date {
|
||||
* IXR_Base64
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_Base64
|
||||
{
|
||||
@@ -876,7 +876,7 @@ class IXR_Base64
|
||||
* IXR_IntrospectionServer
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_IntrospectionServer extends IXR_Server
|
||||
{
|
||||
@@ -1039,7 +1039,7 @@ class IXR_IntrospectionServer extends IXR_Server
|
||||
* IXR_ClientMulticall
|
||||
*
|
||||
* @package IXR
|
||||
* @since 1.5
|
||||
* @since 1.5.0
|
||||
*/
|
||||
class IXR_ClientMulticall extends IXR_Client
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user