Skip to:
Content

BuddyPress.org

Ticket #8362: 8362.1.patch

File 8362.1.patch, 678 bytes (added by johnjamesjacoby, 4 years ago)
  • src/bp-core/admin/bp-core-admin-slugs.php

     
    143143                                                                'selected'         => !empty( $existing_pages[$name] ) ? $existing_pages[$name] : false
    144144                                                        ) ); ?>
    145145
    146                                                         <?php if ( !empty( $existing_pages[$name] ) ) : ?>
     146                                                        <?php if ( ! empty( $existing_pages[ $name ] ) && get_post( $existing_pages[ $name ] ) ) : ?>
    147147
    148148                                                                <a href="<?php echo esc_url( get_permalink( $existing_pages[$name] ) ); ?>" class="button-secondary" target="_bp">
    149149                                                                        <?php _e( 'View', 'buddypress' ); ?> <span class="dashicons dashicons-external" aria-hidden="true"></span>