Changeset 39944
- Timestamp:
- 01/24/2017 11:07:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r39929 r39944 817 817 $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); 818 818 819 if ( is_super_admin() ) {819 if ( current_user_can( 'manage_network' ) ) { 820 820 echo '<div class="mu_alert">'; 821 821 _e( 'Greetings Network Administrator!' );
Note: See TracChangeset
for help on using the changeset viewer.