Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2016 11:25:28 AM (10 years ago)
Author:
djpaul
Message:

Fix indentation across all components.

Props Scrutinizer-CI

See #5891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-admin.php

    r10825 r11032  
    3131        _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases', 'buddypress' );
    3232
    33         /* translators: 1: WordPress version number. */
    34         _n_noop( '<strong>Version %1$s</strong> addressed a security issue.',
    35                  '<strong>Version %1$s</strong> addressed some security issues.',
    36                  'buddypress' );
     33        /* translators: 1: BuddyPress version number. */
     34        _n_noop(
     35                '<strong>Version %1$s</strong> addressed a security issue.',
     36                '<strong>Version %1$s</strong> addressed some security issues.',
     37                'buddypress'
     38        );
    3739
    38         /* translators: 1: WordPress version number, 2: plural number of bugs. */
    39         _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.',
    40                  '<strong>Version %1$s</strong> addressed %2$s bugs.',
    41                  'buddypress' );
     40        /* translators: 1: BuddyPress version number, 2: plural number of bugs. */
     41        _n_noop(
     42                '<strong>Version %1$s</strong> addressed %2$s bug.',
     43                '<strong>Version %1$s</strong> addressed %2$s bugs.',
     44                'buddypress'
     45        );
    4246
    43         /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
    44         _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
    45                  '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',
    46                  'buddypress' );
     47        /* translators: 1: BuddyPress version number, 2: plural number of bugs. Singular security issue. */
     48        _n_noop(
     49                '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
     50                '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',
     51                'buddypress'
     52        );
    4753
    48         /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
    49         _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
    50                  '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
    51                  'buddypress' );
     54        /* translators: 1: BuddyPress version number, 2: plural number of bugs. More than one security issue. */
     55        _n_noop(
     56                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
     57                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
     58                'buddypress'
     59        );
    5260
    5361        __( 'For more information, see <a href="%s">the release notes</a>.', 'buddypress' );
Note: See TracChangeset for help on using the changeset viewer.