Skip to content
Snippets Groups Projects
Commit a9e62f67 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

function to display siteoptions admin messages

parent f04b2dd7
Branches
No related tags found
No related merge requests found
......@@ -473,13 +473,17 @@ class Push_Syndication_Server {
$result = $client->set_options( $selected_siteoptions, $site->ID );
if( !$result ) {
$error_sites[] = array(
);
}
}
}
public function display_siteoptions_admin_message( $error_sites ) {
}
/******* SITE METABOXES *********/
public function site_metaboxes() {
add_meta_box('sitediv', __(' Site Settings '), array( &$this, 'add_site_settings_metabox' ), 'syn_site', 'normal', 'high');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment