Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:55:57 PM (5 years ago)
Author:
netweb
Message:

Build Tools: Follow to PHPCS changes in [7006]

  • Fixes an erronous change in Invision converter
  • Tweaks a readability issue in bbp_update_reply()

See #3294.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/functions.php

    r7006 r7007  
    822822            set_transient( '_bbp_' . bbp_current_author_ip() . '_last_posted', time() );
    823823        }
     824
     825    // If not anonymous, then
    824826    } else {
    825827        if ( empty( $is_edit ) && ! current_user_can( 'throttle' ) ) {
Note: See TracChangeset for help on using the changeset viewer.