Changeset 6364
- Timestamp:
- 03/05/2017 11:53:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6148 r6364 198 198 // Setup some base path and URL information 199 199 $this->file = __FILE__; 200 $this->basename = apply_filters( 'bbp_plugin_basen name', plugin_basename( $this->file ) );200 $this->basename = apply_filters( 'bbp_plugin_basename', plugin_basename( $this->file ) ); 201 201 $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path', plugin_dir_path( $this->file ) ); 202 202 $this->plugin_url = apply_filters( 'bbp_plugin_dir_url', plugin_dir_url ( $this->file ) );
Note: See TracChangeset
for help on using the changeset viewer.