Changeset 53299 for trunk/src/wp-includes/class-wp-error.php
- Timestamp:
- 04/28/2022 09:44:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-error.php
r49116 r53299 104 104 * 105 105 * @param string|int $code Optional. Retrieve messages matching code, if exists. 106 * @return arrayError strings on success, or empty array if there are none.106 * @return string[] Error strings on success, or empty array if there are none. 107 107 */ 108 108 public function get_error_messages( $code = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.