Skip to:
Content

bbPress.org

Changeset 4424 for trunk/bbpress.php


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.
File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.