Changeset 18633 for trunk/wp-includes/class-wp-error.php
- Timestamp:
- 09/03/2011 04:02:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-error.php
r17771 r18633 71 71 * @access public 72 72 * 73 * @return array List of error codes, if avai able.73 * @return array List of error codes, if available. 74 74 */ 75 75 function get_error_codes() { … … 103 103 * 104 104 * @param string|int $code Optional. Retrieve messages matching code, if exists. 105 * @return array Error strings on success, or empty array on failure (if using code eparameter).105 * @return array Error strings on success, or empty array on failure (if using code parameter). 106 106 */ 107 107 function get_error_messages($code = '') {
Note: See TracChangeset
for help on using the changeset viewer.