From b3b21c55948a9a3731cd0e5ef87c29520142b998 Mon Sep 17 00:00:00 2001
From: Josh Betz <j@joshbetz.com>
Date: Tue, 8 Apr 2014 11:24:16 -0500
Subject: [PATCH] Bump the menu to position 100.

It was colliding with the Facebook plugin. When they were
both active, the syndication menu was hidden.
---
 includes/class-wp-push-syndication-server.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/class-wp-push-syndication-server.php b/includes/class-wp-push-syndication-server.php
index d270fdb..196598c 100644
--- a/includes/class-wp-push-syndication-server.php
+++ b/includes/class-wp-push-syndication-server.php
@@ -88,7 +88,7 @@ class WP_Push_Syndication_Server {
 			'show_ui'               => true,
 			'publicly_queryable'    => false,
 			'exclude_from_search'   => true,
-			'menu_position'         => 80,
+			'menu_position'         => 100,
 			// @TODO we need a menu icon here
 			'hierarchical'          => false, // @TODO check this
 			'query_var'             => false,
-- 
GitLab