Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 07:32:48 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Prebeta code clean-up - see #3367:

  • Remove PHP4 constructors on loader classes
  • Remove class functions that start with underscores
  • Use require() rather than require_once() where appropriate
  • Remove background color on messages activity time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r4727 r4775  
    6262
    6363    // Load the AJAX functions for the theme
    64     require_once( TEMPLATEPATH . '/_inc/ajax.php' );
     64    require( TEMPLATEPATH . '/_inc/ajax.php' );
    6565
    6666    // This theme styles the visual editor with editor-style.css to match the theme style.
Note: See TracChangeset for help on using the changeset viewer.