Changeset 4424 for trunk/templates/default/bbpress-functions.php
- Timestamp:
- 11/15/2012 09:01:50 AM (13 years ago)
- Location:
- trunk/templates/default
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/templates/bbp-default)
-
bbpress-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress-functions.php
r4269 r4424 68 68 $this->name = __( 'bbPress Default', 'bbpress' ); 69 69 $this->version = bbp_get_version(); 70 $this->dir = trailingslashit( $bbp->themes_dir . ' bbp-default' );71 $this->url = trailingslashit( $bbp->themes_url . ' bbp-default' );70 $this->dir = trailingslashit( $bbp->themes_dir . 'default' ); 71 $this->url = trailingslashit( $bbp->themes_url . 'default' ); 72 72 } 73 73
Note: See TracChangeset
for help on using the changeset viewer.