Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/18/2025 02:56:26 AM (9 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring WordPress.Arrays.ArrayDeclarationSpacing.ArrayItemNoNewLine sniff.

This commit ensures that all arrays with multiple keys & values are not on single lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/extras/page-topic-tags.php

    r6371 r7374  
    2828                                        <div id="bbp-topic-hot-tags">
    2929
    30                                                 <?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
     30                                                <?php wp_tag_cloud(
     31                                                        array(
     32                                                                'smallest' => 9,
     33                                                                'largest'  => 38,
     34                                                                'number'   => 80,
     35                                                                'taxonomy' => bbp_get_topic_tag_tax_id()
     36                                                        )
     37                                                ); ?>
    3138
    3239                                        </div>
Note: See TracChangeset for help on using the changeset viewer.