Skip to:
Content

bbPress.org

Changeset 5116


Ignore:
Timestamp:
10/03/2013 05:06:08 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Remove 'none_found' from metaboxes. Will be deprecating as part of #2445.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/metaboxes.php

    r5060 r5116  
    313313            'options_only'       => false,
    314314            'show_none'          => __( '— No parent —', 'bbpress' ),
    315             'none_found'         => false,
    316315            'disable_categories' => false,
    317316            'disabled'           => ''
     
    392391            'options_only'       => false,
    393392            'show_none'          => __( '— No parent —', 'bbpress' ),
    394             'none_found'         => false,
    395393            'disable_categories' => current_user_can( 'edit_forums' ),
    396394            'disabled'           => ''
     
    445443                'options_only'       => false,
    446444                'show_none'          => __( '— No parent —', 'bbpress' ),
    447                 'none_found'         => false,
    448445                'disable_categories' => current_user_can( 'edit_forums' ),
    449446                'disabled'           => ''
Note: See TracChangeset for help on using the changeset viewer.