Skip to content
Snippets Groups Projects
Commit 949d069d authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Add missing function declaration to fix fatal.

parent ca3d9bcd
No related branches found
No related tags found
No related merge requests found
......@@ -1051,7 +1051,7 @@ class WP_Push_Syndication_Server {
return $result;
}
private update_slave_post_states( $post_id, $slave_post_states ) {
private function update_slave_post_states( $post_id, $slave_post_states ) {
update_post_meta( $post_id, '_syn_slave_post_states', $slave_post_states );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment