Skip to:
Content

bbPress.org

Changeset 6790 for trunk/src/bbpress.php


Ignore:
Timestamp:
03/27/2018 07:38:26 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Admin: improve topic/reply row-action UX.

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

  • Make approve & not-spam links green to match comments UI
  • More specifically target admin area links to avoid conflicts with other post types
  • Make "Approve" a blanket "publish" action, meaning it will always publish a topic/reply even from spam or trash
  • Make sure "Not Spam" will restore to "pending" if it was previously not published
  • Bump CSS version

See #1799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6777 r6790  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-rc-6769';
     206        $this->version    = '2.6-rc-6789';
    207207        $this->db_version = '262';
    208208
Note: See TracChangeset for help on using the changeset viewer.