Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/18/2025 01:03:20 AM (6 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring Universal.WhiteSpace.PrecisionAlignment.Found sniff.

This change removes any precision alignment that used spaces instead of tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools/help.php

    r6573 r7373  
    2929        'id'      => 'repair_forums',
    3030        'title'   => __( 'Repair Forums', 'bbpress' ),
    31         'content' => '<p>' . __( 'There is more detailed information available on the bbPress and BuddyPress codex for the following:', 'bbpress' ) . '</p>' .
    32                      '<p>' .
     31        'content' =>
     32                    '<p>' . __( 'There is more detailed information available on the bbPress and BuddyPress codex for the following:', 'bbpress' ) . '</p>' .
     33                    '<p>' .
    3334                        '<ul>' .
    3435                            '<li>' . __( 'BuddyPress Group Forums: <a href="https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/">Installing Group and Sitewide Forums</a> and <a href="https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/">Migrating from old forums to bbPress 2.2+</a>.', 'bbpress' ) . '</li>' .
     
    9495        'id'      => 'overview',
    9596        'title'   => __( 'Overview', 'bbpress' ),
    96         'content' => '<p>' . __( 'This screen provides access to all of the bbPress Import Forums settings and resources.',                                      'bbpress' ) . '</p>' .
    97                      '<p>' . __( 'Please see the additional help tabs for more information on each individual section.',                                         'bbpress' ) . '</p>' .
    98                      '<p>' . __( 'Also see the main article on the bbPress codex <a href="https://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>'
     97        'content' =>
     98                    '<p>' . __( 'This screen provides access to all of the bbPress Import Forums settings and resources.',                                      'bbpress' ) . '</p>' .
     99                    '<p>' . __( 'Please see the additional help tabs for more information on each individual section.',                                         'bbpress' ) . '</p>' .
     100                    '<p>' . __( 'Also see the main article on the bbPress codex <a href="https://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>'
    99101    ) );
    100102
     
    103105        'id'      => 'database_settings',
    104106        'title'   => __( 'Database Settings', 'bbpress' ),
    105         'content' => '<p>' . __( 'In the Database Settings you have a number of options:', 'bbpress' ) . '</p>' .
    106                      '<p>' .
     107        'content' =>
     108                    '<p>' . __( 'In the Database Settings you have a number of options:', 'bbpress' ) . '</p>' .
     109                    '<p>' .
    107110                        '<ul>' .
    108111                            '<li>' . __( 'The settings in this section refer to the database connection strings used by your old forum software. The best way to determine the exact settings you need is to copy them from your legacy forums configuration file or contact your web hosting provider.', 'bbpress' ) . '</li>' .
     
    115118        'id'      => 'importer_options',
    116119        'title'   => __( 'Importer Options', 'bbpress' ),
    117         'content' => '<p>' . __( 'In the Options you have a number of options:', 'bbpress' ) . '</p>' .
    118                      '<p>' .
     120        'content' =>
     121                    '<p>' . __( 'In the Options you have a number of options:', 'bbpress' ) . '</p>' .
     122                    '<p>' .
    119123                        '<ul>' .
    120124                            '<li>' . __( 'Depending on your MySQL configuration you can tweak the "Rows Limit" and "Delay Time" that may help to improve the overall time it takes to perform a complete forum import.', 'bbpress' ) . '</li>' .
Note: See TracChangeset for help on using the changeset viewer.