Skip to:
Content

BuddyPress.org

Ticket #4190: uni18n.patch

File uni18n.patch, 2.1 KB (added by slaFFik, 12 years ago)
  • bp-core-slugs.php

     
    104104                                                                'selected'         => !empty( $existing_pages[$name] ) ? $existing_pages[$name] : false
    105105                                                        ) ); ?>
    106106
    107                                                         <a href="<?php echo admin_url( add_query_arg( array( 'post_type' => 'page' ), 'post-new.php' ) ); ?>" class="button-secondary"><?php _e( 'New Page' ); ?></a>
     107                                                        <a href="<?php echo admin_url( add_query_arg( array( 'post_type' => 'page' ), 'post-new.php' ) ); ?>" class="button-secondary"><?php _e( 'New Page', 'buddypress' ); ?></a>
    108108                                                        <input class="button-primary" type="submit" name="bp-admin-pages-single" value="<?php _e( 'Save', 'buddypress' ) ?>" />
    109109
    110110                                                        <?php if ( !empty( $existing_pages[$name] ) ) : ?>
    111111
    112                                                                 <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View' ); ?></a>
     112                                                                <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View', 'buddypress' ); ?></a>
    113113
    114114                                                        <?php endif; ?>
    115115
     
    165165                                                                'selected'         => !empty( $existing_pages[$name] ) ? $existing_pages[$name] : false
    166166                                                        ) ) ?>
    167167
    168                                                         <a href="<?php echo admin_url( add_query_arg( array( 'post_type' => 'page' ), 'post-new.php' ) ); ?>" class="button-secondary"><?php _e( 'New Page' ); ?></a>
     168                                                        <a href="<?php echo admin_url( add_query_arg( array( 'post_type' => 'page' ), 'post-new.php' ) ); ?>" class="button-secondary"><?php _e( 'New Page', 'buddypress' ); ?></a>
    169169                                                        <input class="button-primary" type="submit" name="bp-admin-pages-single" value="<?php _e( 'Save', 'buddypress' ) ?>" />
    170170
    171171                                                        <?php if ( !empty( $existing_pages[$name] ) ) : ?>
    172172
    173                                                                 <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View' ); ?></a>
     173                                                                <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View', 'buddypress' ); ?></a>
    174174
    175175                                                        <?php endif; ?>
    176176