From 434ffbc0608237db2492e56542b9565aa263921d Mon Sep 17 00:00:00 2001 From: Prasath Nadarajah <n.prasath.002@gmail.com> Date: Tue, 14 Aug 2012 13:08:30 +0530 Subject: [PATCH] displaying user role selection --- push-syndication-server/push-syndication-server.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php index 63c95fa..d3826c4 100644 --- a/push-syndication-server/push-syndication-server.php +++ b/push-syndication-server/push-syndication-server.php @@ -209,6 +209,8 @@ class Push_Syndication_Server { <?php do_settings_sections( 'push_syndicate_post_types' ); ?> + <?php do_settings_sections( 'push_syndicate_user_roles' ); ?> + <?php do_settings_sections( 'delete_pushed_posts' ); ?> <?php do_settings_sections( 'api_token' ); ?> -- GitLab