Changeset 32650 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/29/2015 03:42:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r32595 r32650 1622 1622 */ 1623 1623 function get_temp_dir() { 1624 static $temp ;1624 static $temp = ''; 1625 1625 if ( defined('WP_TEMP_DIR') ) 1626 1626 return trailingslashit(WP_TEMP_DIR); … … 4484 4484 */ 4485 4485 function wp_allowed_protocols() { 4486 static $protocols ;4486 static $protocols = array(); 4487 4487 4488 4488 if ( empty( $protocols ) ) {
Note: See TracChangeset
for help on using the changeset viewer.