Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/22/2011 10:13:25 AM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at normalizing bp-default template files. This includes:

A ton of code cleanup
Using new functions found in BP 1.3
Template header documentation
Improve pagination style and position on root component templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/plugins.php

    r3808 r3810  
     1<?php
     2
     3/**
     4 * BuddyPress - Users Plugins
     5 *
     6 * This is a fallback file that external plugins can use if the template they
     7 * need is not installed in the current theme. Use the actions in this template
     8 * to output everything your plugin needs.
     9 *
     10 * @package BuddyPress
     11 * @subpackage bp-default
     12 */
     13
     14?>
     15
    116<?php get_header(); ?>
    217
Note: See TracChangeset for help on using the changeset viewer.