Skip to:
Content

bbPress.org

Changeset 6364


Ignore:
Timestamp:
03/05/2017 11:53:55 PM (8 years ago)
Author:
netweb
Message:

Fix basename filter in bbPress:setup_globals().

This changeset if for /branches/2.5, previously [5316] for /trunk

Props alexvorn2.
Fixes #3079.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/bbpress.php

    r6148 r6364  
    198198        // Setup some base path and URL information
    199199        $this->file       = __FILE__;
    200         $this->basename   = apply_filters( 'bbp_plugin_basenname', plugin_basename( $this->file ) );
     200        $this->basename   = apply_filters( 'bbp_plugin_basename', plugin_basename( $this->file ) );
    201201        $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path',  plugin_dir_path( $this->file ) );
    202202        $this->plugin_url = apply_filters( 'bbp_plugin_dir_url',   plugin_dir_url ( $this->file ) );
Note: See TracChangeset for help on using the changeset viewer.