Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress Integrates Fine With WP 2.1

  • Now that WordPress has released 2.1, just a quick note to all the current users and future users that bbPress integrates fine with WordPress 2.1.

    Trent

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yep, and, even though Michael Adams made the newer version of the bbPress Integration plugin. Ryan Boren added two stubs in the 2.1 wp-includes/ folder, holding the same name as the original two.

    So, these two calls:

    require_once( ABSPATH . WPINC . ‘/registration-functions.php’ );

    include_once (ABSPATH . WPINC . ‘/rss-functions.php’);

    In any WordPress or bbPress plugins, you’ll still be safe! Inside those two stubs are:

    registration-functions.php file:

    <?php

    // Deprecated. Use registration.php.

    require_once(ABSPATH . WPINC . '/registration.php');

    ?>

    rss-functions.php file:

    <?php

    // Deprecated. Use rss.php instead.

    require_once (ABSPATH . WPINC . '/rss.php');

    ?>

    Happy 2.1 Upgrading and bbPress Integrating peoples.. :D ;)

    spencerp


    chrishajer
    Participant

    @chrishajer

    I wish I were a mod so I could nuke the spammers!

    I wish I were a mod so I could nuke the spammers!

    Lmao! I know what you mean.. Trent just isn’t always here to do it sigh.

    spencerp

    Spammer gone.

    Trent

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar