Info
- 5 posts
- 3 voices
- Started 5 years ago by Trent Adams
- Latest reply from Trent Adams
bbPress Integrates Fine With WP 2.1
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
I wish I were a mod so I could nuke the spammers!
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
Spammer gone.
Trent
-
You must log in to post.