Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/29/2018 06:03:12 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Admin: improve topic/reply row-action UX.

This change includes more improvements to how topics and replies are toggled from an admin area list-table:

  • Move "Empty Spam" buttons to their own actions div
  • Allow spam/trash/approve/unapprove from any other status, so topics/replies can be more freely moved around
  • Add public/non-public functions for replies to match topics

See #1799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/shortcodes.php

    r6573 r6791  
    443443            $bbp = bbpress();
    444444
    445             // Reset necessary forum_query attributes for replys loop to function
     445            // Reset necessary forum_query attributes for reply loop to function
    446446            $bbp->forum_query->query_vars['post_type'] = bbp_get_forum_post_type();
    447447            $bbp->forum_query->in_the_loop             = true;
    448448            $bbp->forum_query->post                    = get_post( $forum_id );
    449449
    450             // Reset necessary reply_query attributes for replys loop to function
     450            // Reset necessary reply_query attributes for reply loop to function
    451451            $bbp->reply_query->query_vars['post_type'] = bbp_get_reply_post_type();
    452452            $bbp->reply_query->in_the_loop             = true;
Note: See TracChangeset for help on using the changeset viewer.