Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/15/2012 09:01:50 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Templates:

  • Remove 'bbp-' prefix from default templates directory name.
  • Update paths where appropriate.
Location:
trunk/templates/default
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress-functions.php

    r4269 r4424  
    6868        $this->name    = __( 'bbPress Default', 'bbpress' );
    6969        $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' );
    7272    }
    7373
Note: See TracChangeset for help on using the changeset viewer.