Changeset 46107 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/14/2019 02:53:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46078 r46107 1251 1251 * 1252 1252 * @param int $code HTTP status code. 1253 * @return string Empty string if not found, or description if found.1253 * @return string Status description if found, an empty string otherwise. 1254 1254 */ 1255 1255 function get_status_header_desc( $code ) {
Note: See TracChangeset
for help on using the changeset viewer.