Changeset 4424 for trunk/bbpress.php
- Timestamp:
- 11/15/2012 09:01:50 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4421 r4424 388 388 'name' => __( 'bbPress Default', 'bbpress' ), 389 389 'version' => bbp_get_version(), 390 'dir' => trailingslashit( $this->themes_dir . ' bbp-default' ),391 'url' => trailingslashit( $this->themes_url . ' bbp-default' )390 'dir' => trailingslashit( $this->themes_dir . 'default' ), 391 'url' => trailingslashit( $this->themes_url . 'default' ) 392 392 ) ); 393 393
Note: See TracChangeset
for help on using the changeset viewer.