Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/01/2011 01:33:09 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Adjustments to login and register forms to improve behavior and functionality.
Various documentation fixes.
Rename _bbp_topic_status meta to _bbp_status, and add migration routine to updater.
Sanity checks on $wp_query in bbp_pre_get_posts.

Fixes #1476, #1493. Props GautamGupta for original diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-widgets.php

    r2939 r2970  
    6666                    <legend><?php _e( 'Login', 'bbpress' ); ?></legend>
    6767
    68                     <?php do_action( 'bbp_template_notices' ); ?>
    69 
    7068                    <div class="bbp-username">
    7169                        <label for="user_login"><?php _e( 'Username', 'bbpress' ); ?>: </label>
     
    183181     * @param array $instance Instance
    184182     * @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
    185188     * @uses bbp_has_forums() The main forum loop
    186189     * @uses bbp_forums() To check whether there are more forums available
     
    315318     * @param array $instance
    316319     * @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
    317322     * @uses bbp_has_topics() The main topic loop
    318323     * @uses bbp_topics() To check whether there are more topics available
     
    321326     * @uses bbp_topic_permalink() To display the topic permalink
    322327     * @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
    324330     * @uses bbp_get_topic_id() To get the topic id
    325331     * @uses bbp_get_topic_reply_count() To get the topic reply count
Note: See TracChangeset for help on using the changeset viewer.