Skip to:
Content

bbPress.org

Changeset 4424


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
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4421 r4424  
    388388            'name'    => __( 'bbPress Default', 'bbpress' ),
    389389            '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' )
    392392        ) );
    393393
  • 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.