Changeset 48109 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/20/2020 12:38:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48104 r48109 2126 2126 * @since 2.5.0 2127 2127 * 2128 * @staticvar string $temp2129 *2130 2128 * @return string Writable temporary directory. 2131 2129 */ … … 2260 2258 * @since 2.0.0 2261 2259 * @uses _wp_upload_dir() 2262 *2263 * @staticvar array $cache2264 * @staticvar array $tested_paths2265 2260 * 2266 2261 * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null. … … 3986 3981 * @see _wp_json_sanity_check() 3987 3982 * 3988 * @staticvar bool $use_mb3989 *3990 3983 * @param string $string The string which is to be converted. 3991 3984 * @return string The checked string. … … 5350 5343 * @since 2.6.0 5351 5344 * 5352 * @staticvar bool $forced5353 *5354 5345 * @param string|bool $force Optional. Whether to force SSL in admin screens. Default null. 5355 5346 * @return bool True if forced, false if not forced. … … 5428 5419 * @since 3.3.0 5429 5420 * 5430 * @staticvar bool $_suspend5431 *5432 5421 * @param bool $suspend Optional. Suspends additions if true, re-enables them if false. 5433 5422 * @return bool The current suspend setting … … 5578 5567 * 5579 5568 * @since 3.0.0 5580 *5581 * @staticvar bool $global_terms5582 5569 * 5583 5570 * @return bool True if multisite and global terms enabled. … … 5719 5706 * @since 2.9.0 5720 5707 * @since 4.7.0 Added the `$locale` parameter. 5721 *5722 * @staticvar bool $mo_loaded5723 * @staticvar string $locale_loaded5724 5708 * 5725 5709 * @param string $selected_zone Selected timezone. … … 6259 6243 * @see esc_url() 6260 6244 * 6261 * @staticvar array $protocols6262 *6263 6245 * @return string[] Array of allowed protocols. Defaults to an array containing 'http', 'https', 6264 6246 * 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', … … 6295 6277 * 6296 6278 * @see https://core.trac.wordpress.org/ticket/19589 6297 *6298 * @staticvar array $truncate_paths Array of paths to truncate.6299 6279 * 6300 6280 * @param string $ignore_class Optional. A class to ignore all function calls within - useful … … 6623 6603 * 6624 6604 * @see reset_mbstring_encoding() 6625 *6626 * @staticvar array $encodings6627 * @staticvar bool $overloaded6628 6605 * 6629 6606 * @param bool $reset Optional. Whether to reset the encoding back to a previously-set encoding. … … 6963 6940 * 6964 6941 * @since 5.0.3 6965 *6966 * @staticvar int $id_counter6967 6942 * 6968 6943 * @param string $prefix Prefix for the returned ID.
Note: See TracChangeset
for help on using the changeset viewer.