Skip to:
Content

bbPress.org

Changeset 5561 for trunk/src/bbpress.php


Ignore:
Timestamp:
11/10/2014 11:21:48 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Deprecate tabindex functions and their usages. Props joedolson. Fixes #2714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r5469 r5561  
    277277        $this->extend         = new stdClass(); // Plugins add data here
    278278        $this->errors         = new WP_Error(); // Feedback
     279       
     280        /** Deprecated ********************************************************/
     281
    279282        $this->tab_index      = apply_filters( 'bbp_default_tab_index', 100 );
    280283    }
Note: See TracChangeset for help on using the changeset viewer.