Changeset 4985
- Timestamp:
- 08/15/2011 07:00:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/deprecated/1.5.php
r4969 r4985 81 81 $file = plugin_basename( $file ); 82 82 $hookname = get_plugin_page_hookname( $file, '' ); 83 83 84 84 $admin_page_hooks[$file] = sanitize_title( $menu_title ); 85 85 … … 387 387 } 388 388 389 /** 390 * Some _is_ function had their names normalized 391 */ 392 function bp_is_profile_edit() { 393 _deprecated_function( __FUNCTION__, '1.5', 'bp_is_user_profile_edit()' ); 394 return bp_is_user_profile_edit(); 395 } 396 389 397 /** Theme *********************************************************************/ 390 398
Note: See TracChangeset
for help on using the changeset viewer.