Changeset 3358
- Timestamp:
- 07/04/2011 07:05:18 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3351 r3358 152 152 153 153 /** 154 * @public string Basename of the bbPress plugin directory 155 */ 156 public $basename = ''; 157 158 /** 154 159 * @public string Absolute path to the bbPress plugin directory 155 160 */ … … 310 315 // bbPress root directory 311 316 $this->file = __FILE__; 317 $this->basename = plugin_basename( $this->file ); 312 318 $this->plugin_dir = plugin_dir_path( $this->file ); 313 319 $this->plugin_url = plugin_dir_url ( $this->file );
Note: See TracChangeset
for help on using the changeset viewer.