File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ function fb_add_page_mention_box() {
159
159
function fb_add_page_mention_box_content ( $ post ) {
160
160
//wp_enqueue_script('suggest');
161
161
162
+ global $ facebook ;
163
+
162
164
// Use nonce for verification
163
165
wp_nonce_field ( plugin_basename ( __FILE__ ), 'fb_page_mention_box_noncename ' );
164
166
@@ -172,8 +174,8 @@ function fb_add_page_mention_box_content( $post ) {
172
174
$ fb_user = fb_get_current_user ();
173
175
174
176
if ($ fb_user ) {
175
- $ perms = $ facebook ->api ('/me/permissions ' , 'GET ' , array ('ref ' => 'fbwpp ' ));
176
- }
177
+ $ perms = $ facebook ->api ('/me/permissions ' , 'GET ' , array ('ref ' => 'fbwpp ' ));
178
+ }
177
179
178
180
if ($ fb_user && isset ($ perms ['data ' ][0 ]['manage_pages ' ]) && isset ($ perms ['data ' ][0 ]['publish_actions ' ]) && isset ($ perms ['data ' ][0 ]['publish_stream ' ])) {
179
181
// The actual fields for data entry
@@ -272,6 +274,8 @@ function fb_add_friend_mention_box() {
272
274
}
273
275
274
276
function fb_add_friend_mention_box_content ( $ post ) {
277
+ global $ facebook ;
278
+
275
279
wp_enqueue_script ('suggest ' );
276
280
277
281
// Use nonce for verification
You can’t perform that action at this time.
0 commit comments