Make WordPress Core

Ticket #53888: 53888.my-sites.patch

File 53888.my-sites.patch, 562 bytes (added by sabernhardt, 3 years ago)

adding to My Sites screen

  • src/wp-admin/my-sites.php

     
    7878        _e( 'You must be a member of at least one site to use this page.' );
    7979        echo '</p>';
    8080else :
    81         ?>
     81        // Include link to Network Admin before sites list.
     82        if ( current_user_can( 'manage_network' ) ) : ?>
     83                <p><a href="<?php echo network_admin_url(); ?>"><?php _e( 'Network Admin' ); ?></a></p>
     84        <?php endif; ?>
    8285
    8386<hr class="wp-header-end">
    8487