Changeset 30507 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/21/2014 05:07:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r30506 r30507 2339 2339 * 2340 2340 * @since 2.0.4 2341 * @since 4.1.0 The `$title` and `$args` parameters were changed to optionally accept 2342 * an integer to be used as the response code. 2341 2343 * 2342 2344 * @param string|WP_Error $message Optional. Error message. If this is a {@see WP_Error} object, … … 2344 2346 * @param string|int $title Optional. Error title. If `$message` is a `WP_Error` object, 2345 2347 * error data with the key 'title' may be used to specify the title. 2346 * Default empty. 2348 * If `$title` is an integer, then it is treated as the response 2349 * code. Default empty. 2347 2350 * @param string|array|int $args { 2348 2351 * Optional. Arguments to control behavior. If `$args` is an integer, then it is treated
Note: See TracChangeset
for help on using the changeset viewer.