Changeset 10469
- Timestamp:
- 01/30/2009 06:08:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r10463 r10469 35 35 * actions on users who aren't signed in. 36 36 * 37 * @since 2.0. 437 * @since 2.0.3 38 38 * @global object $current_user The current user object which holds the user data. 39 39 * @uses do_action() Calls 'set_current_user' hook after setting the current user. … … 63 63 * Retrieve the current user object. 64 64 * 65 * @since 2.0. 465 * @since 2.0.3 66 66 * 67 67 * @return WP_User Current user WP_User object … … 772 772 * Verifies the AJAX request to prevent processing requests external of the blog. 773 773 * 774 * @since 2.0. 4774 * @since 2.0.3 775 775 * 776 776 * @param string $action Action nonce … … 1121 1121 * UID and $action remain the same, the independent variable is the time. 1122 1122 * 1123 * @since 2.0. 41123 * @since 2.0.3 1124 1124 * 1125 1125 * @param string $nonce Nonce that was used in the form to verify … … 1148 1148 * Creates a random, one time use token. 1149 1149 * 1150 * @since 2.0. 41150 * @since 2.0.3 1151 1151 * 1152 1152 * @param string|int $action Scalar value to add context to the nonce. … … 1273 1273 * Get hash of given string. 1274 1274 * 1275 * @since 2.0. 41275 * @since 2.0.3 1276 1276 * @uses wp_salt() Get WordPress salt 1277 1277 * … … 1584 1584 * used anywhere in WordPress. Also, plugins shouldn't use it either. 1585 1585 * 1586 * @since 2.0. 41586 * @since 2.0.3 1587 1587 * @deprecated No alternative 1588 1588 *
Note: See TracChangeset
for help on using the changeset viewer.