Changeset 3810 for trunk/bp-themes/bp-default/members/single/plugins.php
- Timestamp:
- 01/22/2011 10:13:25 AM (14 years ago)
- 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 1 16 <?php get_header(); ?> 2 17
Note: See TracChangeset
for help on using the changeset viewer.