Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/02/2008 10:57:25 AM (18 years ago)
Author:
sambauers
Message:

These constants don't need to be user definable, they also look nicer with underscores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/admin-functions.php

    r1174 r1185  
    767767
    768768function bb_get_plugins() {
    769     $dir = new BB_Dir_Map( BBDEFAULTPLUGINDIR, array(
     769    $dir = new BB_Dir_Map( BB_CORE_PLUGIN_DIR, array(
    770770        'callback' => 'bb_get_plugins_callback',
    771771        'recurse' => 1
Note: See TracChangeset for help on using the changeset viewer.