Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/15/2019 10:42:29 AM (5 years ago)
Author:
netweb
Message:

PHPCS: Use Parenthesis when instantiating a new object.

Props jrf.
See #3294.
For trunk.

File:
1 edited

Legend:

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

    r7037 r7046  
    23882388    // Parse arguments
    23892389    $r = bbp_parse_args( $args, array(
    2390         'walker'       => new BBP_Walker_Reply,
     2390        'walker'       => new BBP_Walker_Reply(),
    23912391        'max_depth'    => bbp_thread_replies_depth(),
    23922392        'style'        => 'ul',
Note: See TracChangeset for help on using the changeset viewer.