Changeset 4961 for trunk/bp-core/deprecated/1.5.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/deprecated/1.5.php
r4907 r4961 218 218 */ 219 219 function bp_page_title() { 220 echo bp_get_page_title(); 220 echo bp_get_page_title(); 221 221 } 222 222 /** … … 260 260 function groups_at_message_notification( $content, $poster_user_id, $group_id, $activity_id ) { 261 261 global $bp; 262 262 263 263 _deprecated_function( __FUNCTION__, '1.5', 'bp_activity_at_message_notification()' ); 264 264 … … 337 337 * In BP 1.5, these functions were renamed for greater consistency 338 338 */ 339 function bp_forum_directory_permalink() { 339 function bp_forum_directory_permalink() { 340 340 _deprecated_function( __FUNCTION__, '1.5', 'bp_forums_directory_permalink()' ); 341 341 bp_forums_directory_permalink(); 342 } 343 function bp_get_forum_directory_permalink() { 342 } 343 function bp_get_forum_directory_permalink() { 344 344 _deprecated_function( __FUNCTION__, '1.5', 'bp_get_forums_directory_permalink()' ); 345 345 return bp_get_forums_directory_permalink(); 346 346 } 347 347 348 348 /** Theme *********************************************************************/ 349 349
Note: See TracChangeset
for help on using the changeset viewer.