Changeset 38518
- Timestamp:
- 09/04/2016 03:40:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r38505 r38518 2573 2573 * 2574 2574 * @param string|WP_Error $message Optional. Error message. If this is a WP_Error object, 2575 * the error's messages are used. Default empty. 2575 * and not an Ajax or XML-RPC request, the error's messages are used. 2576 * Default empty. 2576 2577 * @param string|int $title Optional. Error title. If `$message` is a `WP_Error` object, 2577 2578 * error data with the key 'title' may be used to specify the title. … … 2639 2640 * @access private 2640 2641 * 2641 * @param string $message Error message.2642 * @param string $title Optional. Error title. Default empty.2643 * @param string|array $args Optional. Arguments to control behavior. Default empty array.2642 * @param string|WP_Error $message Error message or WP_Error object. 2643 * @param string $title Optional. Error title. Default empty. 2644 * @param string|array $args Optional. Arguments to control behavior. Default empty array. 2644 2645 */ 2645 2646 function _default_wp_die_handler( $message, $title = '', $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.