Changeset 17215
- Timestamp:
- 01/04/2011 07:26:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r17085 r17215 576 576 } 577 577 } 578 add_action( ' admin_notices', 'secret_salt_warning' );578 add_action( 'network_admin_notices', 'secret_salt_warning' ); 579 579 580 580 function site_admin_notice() { … … 586 586 } 587 587 add_action( 'admin_notices', 'site_admin_notice' ); 588 add_action( 'network_admin_notices', 'site_admin_notice' ); 588 589 589 590 function avoid_blog_page_permalink_collision( $data, $postarr ) { … … 664 665 echo '<div class="update-nag">' . sprintf( __( 'The <code>%1$s</code> file is deprecated. Please remove it and update your server rewrite rules to use <code>%2$s</code> instead.' ), 'wp-content/blogs.php', 'wp-includes/ms-files.php' ) . '</div>'; 665 666 } 666 add_action( ' admin_notices', 'ms_deprecated_blogs_file' );667 add_action( 'network_admin_notices', 'ms_deprecated_blogs_file' ); 667 668 668 669 /**
Note: See TracChangeset
for help on using the changeset viewer.