Changeset 2302 for trunk/bp-themes/bp-default/groups/create.php
- Timestamp:
- 01/15/2010 11:59:28 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/groups/create.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/create.php
r2284 r2302 5 5 6 6 <form action="<?php bp_group_creation_form_action() ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data"> 7 <h2><?php _e( 'Create a Group', 'buddypress' ) ?> <a class="button" href="<?php echobp_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h2>7 <h2><?php _e( 'Create a Group', 'buddypress' ) ?> <a class="button" href="<?php bp_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h2> 8 8 9 9 <?php do_action( 'bp_before_create_group' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.