Changeset 4803 for trunk/bp-core/deprecated/1.3.php
- Timestamp:
- 07/22/2011 04:56:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/deprecated/1.3.php
r4738 r4803 319 319 } 320 320 321 /** 322 * In BP 1.3, these functions were renamed for greater consistency 323 */ 324 function bp_forum_directory_permalink() { 325 _deprecated_function( __FUNCTION__, '1.3', 'bp_forums_directory_permalink()' ); 326 bp_forums_directory_permalink(); 327 } 328 function bp_get_forum_directory_permalink() { 329 _deprecated_function( __FUNCTION__, '1.3', 'bp_get_forums_directory_permalink()' ); 330 return bp_get_forums_directory_permalink(); 331 } 332 321 333 /** Theme *********************************************************************/ 322 334
Note: See TracChangeset
for help on using the changeset viewer.