Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-IXR.php

    r21531 r26868  
    3131 *
    3232 * @package IXR
    33  * @since 1.5
     33 * @since 1.5.0
    3434 *
    3535 * @copyright  Incutio Ltd 2010 (http://www.incutio.com)
     
    4444 *
    4545 * @package IXR
    46  * @since 1.5
     46 * @since 1.5.0
    4747 */
    4848class IXR_Value {
     
    172172 *
    173173 * @package IXR
    174  * @since 1.5
     174 * @since 1.5.0
    175175 *
    176176 */
     
    345345 *
    346346 * @package IXR
    347  * @since 1.5
     347 * @since 1.5.0
    348348 */
    349349class IXR_Server
     
    556556 *
    557557 * @package IXR
    558  * @since 1.5
     558 * @since 1.5.0
    559559 */
    560560class IXR_Request
     
    599599 *
    600600 * @package IXR
    601  * @since 1.5
     601 * @since 1.5.0
    602602 *
    603603 */
     
    751751 *
    752752 * @package IXR
    753  * @since 1.5
     753 * @since 1.5.0
    754754 */
    755755class IXR_Error
     
    793793 *
    794794 * @package IXR
    795  * @since 1.5
     795 * @since 1.5.0
    796796 */
    797797class IXR_Date {
     
    856856 *
    857857 * @package IXR
    858  * @since 1.5
     858 * @since 1.5.0
    859859 */
    860860class IXR_Base64
     
    877877 *
    878878 * @package IXR
    879  * @since 1.5
     879 * @since 1.5.0
    880880 */
    881881class IXR_IntrospectionServer extends IXR_Server
     
    10401040 *
    10411041 * @package IXR
    1042  * @since 1.5
     1042 * @since 1.5.0
    10431043 */
    10441044class IXR_ClientMulticall extends IXR_Client
Note: See TracChangeset for help on using the changeset viewer.