Changeset 46107
- Timestamp:
- 09/14/2019 02:53:45 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 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.