Changeset 2970 for branches/plugin/bbp-includes/bbp-widgets.php
- Timestamp:
- 04/01/2011 01:33:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-widgets.php
r2939 r2970 66 66 <legend><?php _e( 'Login', 'bbpress' ); ?></legend> 67 67 68 <?php do_action( 'bbp_template_notices' ); ?>69 70 68 <div class="bbp-username"> 71 69 <label for="user_login"><?php _e( 'Username', 'bbpress' ); ?>: </label> … … 183 181 * @param array $instance Instance 184 182 * @uses apply_filters() Calls 'bbp_forum_widget_title' with the title 183 * @uses get_option() To get the forums per page option 184 * @uses current_user_can() To check if the current user can read 185 * private() To resety name 186 * @uses bbp_set_query_name() To set the query name to 'bbp_widget' 187 * @uses bbp_reset_query_name() To reset the query name 185 188 * @uses bbp_has_forums() The main forum loop 186 189 * @uses bbp_forums() To check whether there are more forums available … … 315 318 * @param array $instance 316 319 * @uses apply_filters() Calls 'bbp_topic_widget_title' with the title 320 * @uses bbp_set_query_name() To set the query name to 'bbp_widget' 321 * @uses bbp_reset_query_name() To reset the query name 317 322 * @uses bbp_has_topics() The main topic loop 318 323 * @uses bbp_topics() To check whether there are more topics available … … 321 326 * @uses bbp_topic_permalink() To display the topic permalink 322 327 * @uses bbp_topic_title() To display the topic title 323 * @uses bbp_get_topic_last_active_time() To get the topic last active time 328 * @uses bbp_get_topic_last_active_time() To get the topic last active 329 * time 324 330 * @uses bbp_get_topic_id() To get the topic id 325 331 * @uses bbp_get_topic_reply_count() To get the topic reply count
Note: See TracChangeset
for help on using the changeset viewer.