Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2018 08:52:21 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: function argument indentation tweaks, and minor code standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/default-front.php

    r11855 r11856  
    1616
    1717                                <p>
    18                                 <?php printf(
    19                                         esc_html__( 'You can set your preferences for the %s or add %s to it.', 'buddypress' ),
     18                                <?php
     19                                printf(
     20                                        esc_html__( 'You can set your preferences for the %1$s or add %2$s to it.', 'buddypress' ),
    2021                                        bp_nouveau_groups_get_customizer_option_link(),
    2122                                        bp_nouveau_groups_get_customizer_widgets_link()
    22                                 ); ?>
     23                                );
     24                                ?>
    2325                                </p>
    2426
Note: See TracChangeset for help on using the changeset viewer.