Changeset 49929 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/04/2021 05:16:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49927 r49929 939 939 * @param string $url URL to retrieve HTTP headers from. 940 940 * @param bool $deprecated Not Used. 941 * @return false|string False on failure, headers on success.941 * @return string|false Headers on success, false on failure. 942 942 */ 943 943 function wp_get_http_headers( $url, $deprecated = false ) { … … 6915 6915 * the similarly arbitrary {@see '$context_memory_limit'} filter will be 6916 6916 * invoked. Default 'admin'. 6917 * @return false|int|stringThe limit that was set or false on failure.6917 * @return int|string|false The limit that was set or false on failure. 6918 6918 */ 6919 6919 function wp_raise_memory_limit( $context = 'admin' ) {
Note: See TracChangeset
for help on using the changeset viewer.