Changeset 6777

Show
Ignore:
Timestamp:
02/10/08 07:59:34 (7 months ago)
Author:
ryan
Message:

s/2.4/2.5/. Props ffemtcj. fixes #5810

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/class-phpass.php

    r6440 r6777  
    33 * Portable PHP password hashing framework. 
    44 * @package phpass 
    5  * @since 2.4 
     5 * @since 2.5 
    66 * @version 0.1 
    77 * @link http://www.openwall.com/phpass/ 
  • trunk/wp-includes/comment-template.php

    r6726 r6777  
    525525 * @uses get_trackback_url() Gets the trackback url for the current post 
    526526 * 
    527  * @param bool $deprecated Remove backwards compat in 2.4 
     527 * @param bool $deprecated Remove backwards compat in 2.5 
    528528 * @return void|string Should only be used to echo the trackback URL, use get_trackback_url() for the result instead. 
    529529 */ 
  • trunk/wp-includes/deprecated.php

    r6726 r6777  
    12681268 * @since 2.0 
    12691269 * @param string $deprecated Unknown 
    1270  * @deprecated 2.4 
     1270 * @deprecated 2.5 
    12711271 */ 
    12721272function documentation_link( $deprecated = '' ) { 
    1273     _deprecated_function( __FUNCTION__, '2.4', '' ); 
     1273    _deprecated_function( __FUNCTION__, '2.5', '' ); 
    12741274    return; 
    12751275} 
  • trunk/wp-includes/feed.php

    r6750 r6777  
    201201 * @package WordPress 
    202202 * @subpackage Feed 
    203  * @since 2.4 
     203 * @since 2.5 
    204204 * 
    205205 * @param string $data input string 
  • trunk/wp-includes/functions.php

    r6775 r6777  
    16151615 * @package WordPress 
    16161616 * @package Debug 
    1617  * @since 2.4 
     1617 * @since 2.5 
    16181618 * @access private 
    16191619 * 
     
    16501650 * @package WordPress 
    16511651 * @package Debug 
    1652  * @since 2.4 
     1652 * @since 2.5 
    16531653 * @access private 
    16541654 * 
  • trunk/wp-includes/link-template.php

    r6737 r6777  
    295295 * @package WordPress 
    296296 * @subpackage Feed 
    297  * @since 2.4 
     297 * @since 2.5 
    298298 * 
    299299 * @param string Descriptive text 
     
    335335 * @package WordPress 
    336336 * @subpackage Feed 
    337  * @since 2.4 
     337 * @since 2.5 
    338338 * 
    339339 * @param int $cat_id ID of a category 
  • trunk/wp-includes/pluggable.php

    r6756 r6777  
    12291229 */ 
    12301230function wp_setcookie($username, $password = '', $already_md5 = false, $home = '', $siteurl = '', $remember = false) { 
    1231     _deprecated_function( __FUNCTION__, '2.4', 'wp_set_auth_cookie()' ); 
     1231    _deprecated_function( __FUNCTION__, '2.5', 'wp_set_auth_cookie()' ); 
    12321232    $user = get_userdatabylogin($username); 
    12331233    wp_set_auth_cookie($user->ID, $remember); 
     
    12441244 */ 
    12451245function wp_clearcookie() { 
    1246     _deprecated_function( __FUNCTION__, '2.4', 'wp_clear_auth_cookie()' ); 
     1246    _deprecated_function( __FUNCTION__, '2.5', 'wp_clear_auth_cookie()' ); 
    12471247    wp_clear_auth_cookie(); 
    12481248} 
     
    12621262 */ 
    12631263function wp_get_cookie_login() { 
    1264     _deprecated_function( __FUNCTION__, '2.4', '' ); 
     1264    _deprecated_function( __FUNCTION__, '2.5', '' ); 
    12651265    return false; 
    12661266} 
  • trunk/wp-includes/post.php

    r6730 r6777  
    269269 * @package WordPress 
    270270 * @subpackage Post 
    271  * @since 2.4 
     271 * @since 2.5 
    272272 * 
    273273 * @return array 
     
    292292 * @package WordPress 
    293293 * @subpackage Page 
    294  * @since 2.4 
     294 * @since 2.5 
    295295 * 
    296296 * @return array 
     
    342342 * @package WordPress 
    343343 * @subpackage Post 
    344  * @since 2.4 
     344 * @since 2.5 
    345345 * 
    346346 * @uses $wpdb