Make WordPress Core


Ignore:
Timestamp:
12/01/2010 07:24:38 PM (15 years ago)
Author:
ryan
Message:

Update since phpdoc. Props demetris. fixes #15445

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r16381 r16660  
    200200 * Returns the URL that allows the user to log out of the site
    201201 *
    202  * @since 2.7
     202 * @since 2.7.0
    203203 * @uses wp_nonce_url() To protect against CSRF
    204204 * @uses site_url() To generate the log in URL
     
    224224 * Returns the URL that allows the user to log in to the site
    225225 *
    226  * @since 2.7
     226 * @since 2.7.0
    227227 * @uses site_url() To generate the log in URL
    228228 * @uses apply_filters() calls 'login_url' hook on final login url
     
    22532253 * Compares the first two arguments and if identical marks as checked
    22542254 *
    2255  * @since 1.0
     2255 * @since 1.0.0
    22562256 *
    22572257 * @param mixed $checked One of the values to compare
     
    22692269 * Compares the first two arguments and if identical marks as selected
    22702270 *
    2271  * @since 1.0
     2271 * @since 1.0.0
    22722272 *
    22732273 * @param mixed $selected One of the values to compare
     
    23012301 * Compares the first two arguments and if identical marks as $type
    23022302 *
    2303  * @since 2.8
     2303 * @since 2.8.0
    23042304 * @access private
    23052305 *
Note: See TracChangeset for help on using the changeset viewer.