Changeset 21996 for trunk/wp-includes/class-http.php
- Timestamp:
- 09/25/2012 05:26:19 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r21290 r21996 809 809 return false; 810 810 811 if ( false !== ( $option = get_option( 'disable_fsockopen' )) && time()-$option < 43200 ) // 12 hours811 if ( false !== ( $option = get_option( 'disable_fsockopen' ) ) && time() - $option < 12 * HOUR_IN_SECONDS ) 812 812 return false; 813 813
Note: See TracChangeset
for help on using the changeset viewer.