Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/16/2025 10:43:01 PM (8 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: Updates to the phpcs.xml.dist config file.

This commit implements the WordPress.WP.I18n.MissingTranslatorsComment code sniff, fixes a bunch of whitespace regressions from #3614 and #3613.

Props johnjamesjacoby, sirlouen.

In trunk, for 2.7.

Fixes #3615.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-topic-merge.php

    r6806 r7360  
    2525                                <fieldset class="bbp-form">
    2626
    27                                         <legend><?php printf( esc_html__( 'Merge topic "%s"', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
     27                                        <legend>
     28                                                <?php
     29                                                printf(
     30                                                        /* translators: %s: Topic title */
     31                                                        esc_html__( 'Merge topic "%s"', 'bbpress' ),
     32                                                        bbp_get_topic_title()
     33                                                );
     34                                                ?>
     35                                        </legend>
    2836
    2937                                        <div>
Note: See TracChangeset for help on using the changeset viewer.