Changeset 4725 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 01/12/2007 09:46:29 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r4724 r4725 2229 2229 $text = 'Gone'; 2230 2230 2231 if ( version_compare(php _version(), '4.3.0', '>=') )2231 if ( version_compare(phpversion(), '4.3.0', '>=') ) 2232 2232 @header("HTTP/1.1 $header $text", true, $header); 2233 2233 else
Note: See TracChangeset
for help on using the changeset viewer.