Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/17/2009 01:09:18 PM (17 years ago)
Author:
apeatling
Message:

Added styles for sticky and closed forum topics.

File:
1 edited

Legend:

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

    r2170 r2195  
    11<?php
     2
     3/* Stop the theme from killing WordPress if BuddyPress is not enabled. */
     4if ( !class_exists( 'BP_Core_User' ) )
     5        return false;
    26
    37/* Register the widget columns */
Note: See TracChangeset for help on using the changeset viewer.