Skip to:
Content

BuddyPress.org

Changeset 1408 for trunk/bp-core.php


Ignore:
Timestamp:
04/27/2009 02:20:42 PM (17 years ago)
Author:
apeatling
Message:

Added get_() functions for all template functions so that values can be returned inside of template loops as well as echoed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1393 r1408  
    99define( 'BP_PLUGIN_URL', WP_PLUGIN_URL . '/buddypress' );
    1010
    11 /* Place your custom code (actions/filters) in a file called bp-custom.php and it will be loaded before anything else. */
    12 if ( file_exists( BP_PLUGIN_DIR . '/bp-custom.php' ) )
    13     require( BP_PLUGIN_DIR . '/bp-custom.php' );
     11/* Place your custom code (actions/filters) in a file called /plugins/bp-custom.php and it will be loaded before anything else. */
     12if ( file_exists( WP_PLUGIN_DIR . '/bp-custom.php' ) )
     13    require( WP_PLUGIN_DIR . '/bp-custom.php' );
    1414
    1515/* Define on which blog ID BuddyPress should run */
Note: See TracChangeset for help on using the changeset viewer.