Ticket #4190: uni18n.patch
File uni18n.patch, 2.1 KB (added by , 12 years ago) |
---|
-
bp-core-slugs.php
104 104 'selected' => !empty( $existing_pages[$name] ) ? $existing_pages[$name] : false 105 105 ) ); ?> 106 106 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> 108 108 <input class="button-primary" type="submit" name="bp-admin-pages-single" value="<?php _e( 'Save', 'buddypress' ) ?>" /> 109 109 110 110 <?php if ( !empty( $existing_pages[$name] ) ) : ?> 111 111 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> 113 113 114 114 <?php endif; ?> 115 115 … … 165 165 'selected' => !empty( $existing_pages[$name] ) ? $existing_pages[$name] : false 166 166 ) ) ?> 167 167 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> 169 169 <input class="button-primary" type="submit" name="bp-admin-pages-single" value="<?php _e( 'Save', 'buddypress' ) ?>" /> 170 170 171 171 <?php if ( !empty( $existing_pages[$name] ) ) : ?> 172 172 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> 174 174 175 175 <?php endif; ?> 176 176