Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/17/2009 01:54:27 AM (16 years ago)
Author:
sambauers
Message:

branches 1.0: merge changes from trunk from [2344] to [2366]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bb-includes/class.bp-options.php

    r2274 r2367  
    2525            case 'cron_uri':
    2626                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' );
    3027                break;
    3128            case 'wp_http_version':
Note: See TracChangeset for help on using the changeset viewer.