Changeset 2367 for branches/1.0/bb-includes/class.bp-options.php
- Timestamp:
- 08/17/2009 01:54:27 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.0/bb-includes/class.bp-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bb-includes/class.bp-options.php
r2274 r2367 25 25 case 'cron_uri': 26 26 return bb_get_uri( 'bb-cron.php', array( 'check' => BP_Options::get( 'cron_check' ) ), BB_URI_CONTEXT_WP_HTTP_REQUEST ); 27 break;28 case 'cron_check':29 return bb_hash( '187425' );30 27 break; 31 28 case 'wp_http_version':
Note: See TracChangeset
for help on using the changeset viewer.