Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/15/2012 09:05:07 AM (13 years ago)
Author:
djpaul
Message:

Properly deprecate bp_core_add_admin_menu_styles. Clears a backpat PHP warning with certain plugins. Fixes #4207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/deprecated/1.6.php

    r6003 r6039  
    105105    _deprecated_function( __FUNCTION__, '1.6', 'groups_get_id()' );
    106106    return groups_get_id( $group_slug );
     107}
     108
     109/**
     110 * Admin functions
     111 */
     112
     113/**
     114 * Loads admin panel styles and scripts.
     115 *
     116 * @deprecated 1.6
     117 * @deprecated No longer used.
     118 */
     119function bp_core_add_admin_menu_styles() {
     120    _deprecated_function( __FUNCTION__, '1.6' );
    107121}
    108122
Note: See TracChangeset for help on using the changeset viewer.