Changeset 6463
- Timestamp:
- 10/22/2012 10:51:15 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bp-templates/bp-legacy/buddypress/groups/create.php (modified) (1 diff)
-
bp-templates/bp-legacy/buddypress/groups/single/send-invites.php (modified) (1 diff)
-
bp-themes/bp-default/groups/create.php (modified) (1 diff)
-
bp-themes/bp-default/groups/single/send-invites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/groups/create.php
r6284 r6463 237 237 238 238 <div id="message" class="info"> 239 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>239 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p> 240 240 </div> 241 241 -
trunk/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
r6284 r6463 71 71 72 72 <div id="message" class="info" role="main"> 73 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>73 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p> 74 74 </div> 75 75 -
trunk/bp-themes/bp-default/groups/create.php
r6108 r6463 244 244 245 245 <div id="message" class="info"> 246 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>246 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p> 247 247 </div> 248 248 -
trunk/bp-themes/bp-default/groups/single/send-invites.php
r5737 r6463 71 71 72 72 <div id="message" class="info" role="main"> 73 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>73 <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p> 74 74 </div> 75 75
Note: See TracChangeset
for help on using the changeset viewer.