File: bp-core/deprecated/buddypress/1.5.php
Description
bp_core_screen_delete_account_title()

In BP 1.5, the Settings functions were moved out of the Core and Members components, and moved into a new Settings component. This function is no longer needed as new template files for the Settings component were introduced.

Source: bp-core/deprecated/buddypress/1.5.php:722

bp_dtheme_fix_get_posts_on_activity_front()

In BuddyPress 1.2.x, this forced the page ID as a string to stop the get_posts query from kicking up a fuss.

Source: bp-core/deprecated/buddypress/1.5.php:569

bp_dtheme_fix_the_posts_on_activity_front()

In BuddyPress 1.2.x, this was used as part of the code that set the activity feed to be on the front page.

Source: bp-core/deprecated/buddypress/1.5.php:585

bp_dtheme_add_blog_comments_js()

In BuddyPress 1.2.x, this added the JavaScript needed for blog comment replies.

Source: bp-core/deprecated/buddypress/1.5.php:600

bp_is_profile_edit()

Some _is_ function had their names normalized

Source: bp-core/deprecated/buddypress/1.5.php:453

bp_is_change_avatar()

Source: bp-core/deprecated/buddypress/1.5.php:463

bp_is_friend_requests()

Source: bp-core/deprecated/buddypress/1.5.php:473

bp_core_is_root_component()

Checks to see if a component’s URL should be in the root, not under a member page: eg: http://example.com/groups/the-group NOT http://example.com/members/andy/groups/the-group You should be using bp_is_root_component().

Source: bp-core/deprecated/buddypress/1.5.php:487

bp_dtheme_wp_pages_filter()

In BuddyPress 1.2.x, this function filtered the dropdown on the Settings > Reading screen for selecting the page to show on front to include “Activity Feed.” As of 1.5.x, it is no longer required.

Source: bp-core/deprecated/buddypress/1.5.php:515

bp_dtheme_page_on_front_update()

In BuddyPress 1.2.x, this function hijacked the saving of page on front setting to save the activity feed setting.

Source: bp-core/deprecated/buddypress/1.5.php:533