[bbDev] Renaming

Michael D Adams mikea at turbonet.com
Sun Aug 21 21:52:37 GMT 2005


Also
$topic_cache : $bb_topic_cache

On Aug 19, 2005, at 1:52 AM, Michael D Adams wrote:

> In order to better facilitate WP+bb, I've renamed a bunch of  
> functions and globals.  This will *really* annoy people who've got  
> custom template, plugins or hacks.
>
> Here's a list of (I think ) everything:
>
> get_header() : bb_get_header()
> get_footer() : bb_get_footer()
> post_time() : bb_post_time()
> get_post_time() : bb_get_post_time()
> current_user_can() : bb_current_user_can()
> $table_prefix : $bb_table_prefix **********  crucial one ***********
> update_usermeta() : bb_update_usermeta()
> map_meta_cap() : bb_map_meta_cap()
> get_post() : bb_get_post();
> $post_cache : $bb_post_cache
> remove_action : bb_remove_action
> update_user_meta : bb_update_usermeta
> update_topic_meta: bb_update_topicmeta
> DB_NAME : BBDB_NAME
> BB_USER : BBDB_USER
> BB_PASSWORD : BBDB_PASSWORD
> DB_HOST : BBDB_HOST
> unregister_GLOBALS() : bb_unregister_GLOBALS()
> $post : $bb_post
> $current_user : $bb_current_user



More information about the bbDev mailing list