Skip to:
Content

bbPress.org

Changeset 4165


Ignore:
Timestamp:
08/21/2012 06:43:42 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Reference correct function in bbp_add_caps()
  • See #1939
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-caps.php

    r4164 r4165  
    883883 */
    884884function bbp_add_caps() {
    885     _doing_it_wrong( 'bbp_add_roles', __( 'Use mapped capabilities instead', 'bbpress' ), '2.2' );
     885    _doing_it_wrong( 'bbp_add_caps', __( 'Use mapped capabilities instead', 'bbpress' ), '2.2' );
    886886}
    887887
Note: See TracChangeset for help on using the changeset viewer.