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

removing admin messages method

parent a9e62f67
No related branches found
No related tags found
No related merge requests found
...@@ -480,10 +480,6 @@ class Push_Syndication_Server { ...@@ -480,10 +480,6 @@ class Push_Syndication_Server {
} }
public function display_siteoptions_admin_message( $error_sites ) {
}
/******* SITE METABOXES *********/ /******* SITE METABOXES *********/
public function site_metaboxes() { public function site_metaboxes() {
add_meta_box('sitediv', __(' Site Settings '), array( &$this, 'add_site_settings_metabox' ), 'syn_site', 'normal', 'high'); 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