Changeset 3491 for trunk/wp-includes/functions.php
- Timestamp:
- 01/28/2006 06:41:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3490 r3491 1002 1002 $doping = true; 1003 1003 1004 if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) 1005 return $doping; 1006 1004 1007 if ( $doping ) { 1005 1008 $ping_url = get_settings('siteurl') .'/wp-admin/execute-pings.php';
Note: See TracChangeset
for help on using the changeset viewer.