Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -76,7 +76,7 @@ if ( isset( $_REQUEST['updated'] ) && $_REQUEST['updated'] == 'true' && ! empty(
|
||||
$msg = __( 'Site marked as spam.' );
|
||||
break;
|
||||
default:
|
||||
$msg = __( 'Settings saved.' );
|
||||
$msg = apply_filters( 'network_sites_updated_message_' . $_REQUEST['action'] , __( 'Settings saved.' ) );
|
||||
break;
|
||||
}
|
||||
if ( $msg )
|
||||
|
||||
Reference in New Issue
Block a user