Warning: This function has been deprecated.

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.


Description Description

As of 1.5.x, it is no longer required.


Source Source

File: bp-core/deprecated/1.5.php

	function bp_dtheme_fix_get_posts_on_activity_front() {
		_deprecated_function( __FUNCTION__, '1.5', "No longer required." );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 This function has been deprecated.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.