Skip to:
Content

bbPress.org

Changeset 4366


Ignore:
Timestamp:
11/09/2012 09:37:50 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Update notices in deprecated add/remove roles functions.
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/capabilities.php

    r4364 r4366  
    534534 */
    535535function bbp_add_roles() {
    536     _doing_it_wrong( 'bbp_add_roles', __( 'Special forum roles no longer exist. Use mapped capabilities instead', 'bbpress' ), '2.2' );
     536    _doing_it_wrong( 'bbp_add_roles', __( 'Editable forum roles no longer exist.', 'bbpress' ), '2.2' );
    537537}
    538538
     
    544544 */
    545545function bbp_remove_roles() {
    546     _doing_it_wrong( 'bbp_remove_roles', __( 'Special forum roles no longer exist. Use mapped capabilities instead', 'bbpress' ), '2.2' );
    547 }
     546    _doing_it_wrong( 'bbp_remove_roles', __( 'Editable forum roles no longer exist.', 'bbpress' ), '2.2' );
     547}
Note: See TracChangeset for help on using the changeset viewer.