Changeset 5737 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r5329 r5737 95 95 <form action="" method="post" id="forum-topic-form" class="standard-form"> 96 96 97 <?php do_action( 'groups_forum_new_topic_before' ) ?>97 <?php do_action( 'groups_forum_new_topic_before' ); ?> 98 98 99 99 <a name="post-new"></a> … … 143 143 <div id="message" class="info"> 144 144 145 <p><?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not <a href='%s'>create a new group</a>? Once you have joined or created the group you can post your topic in that group's forum.", 'buddypress' ), site_url( bp_get_groups_root_slug() . '/create/' ) ) ?></p>145 <p><?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not <a href='%s'>create a new group</a>? Once you have joined or created the group you can post your topic in that group's forum.", 'buddypress' ), site_url( bp_get_groups_root_slug() . '/create/' ) ); ?></p> 146 146 147 147 </div>
Note: See TracChangeset
for help on using the changeset viewer.