Changeset 16660 for trunk/wp-includes/general-template.php
- Timestamp:
- 12/01/2010 07:24:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r16381 r16660 200 200 * Returns the URL that allows the user to log out of the site 201 201 * 202 * @since 2.7 202 * @since 2.7.0 203 203 * @uses wp_nonce_url() To protect against CSRF 204 204 * @uses site_url() To generate the log in URL … … 224 224 * Returns the URL that allows the user to log in to the site 225 225 * 226 * @since 2.7 226 * @since 2.7.0 227 227 * @uses site_url() To generate the log in URL 228 228 * @uses apply_filters() calls 'login_url' hook on final login url … … 2253 2253 * Compares the first two arguments and if identical marks as checked 2254 2254 * 2255 * @since 1.0 2255 * @since 1.0.0 2256 2256 * 2257 2257 * @param mixed $checked One of the values to compare … … 2269 2269 * Compares the first two arguments and if identical marks as selected 2270 2270 * 2271 * @since 1.0 2271 * @since 1.0.0 2272 2272 * 2273 2273 * @param mixed $selected One of the values to compare … … 2301 2301 * Compares the first two arguments and if identical marks as $type 2302 2302 * 2303 * @since 2.8 2303 * @since 2.8.0 2304 2304 * @access private 2305 2305 *
Note: See TracChangeset
for help on using the changeset viewer.