From d68cbcb73d799fc78206cfd61582311a4ad864a3 Mon Sep 17 00:00:00 2001 From: ultimatemember Date: Sun, 21 Dec 2014 18:52:07 +0200 Subject: [PATCH] added social links for Ultimate Member --- admin/core/um-admin-redux.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/core/um-admin-redux.php b/admin/core/um-admin-redux.php index 831df42d..f990f3b4 100644 --- a/admin/core/um-admin-redux.php +++ b/admin/core/um-admin-redux.php @@ -115,32 +115,32 @@ // SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons. $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://github.com/ultimatemember/ultimatemember', 'title' => 'GitHub Repository', 'icon' => 'um-icon-github' ); $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://trello.com/b/30quaczv/ultimate-member', 'title' => 'Roadmap', 'icon' => 'um-icon-trello' ); $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://facebook.com/pages/Ultimate-Member/1413909622233054', 'title' => 'Like us on Facebook', 'icon' => 'um-icon-facebook' ); $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://twitter.com/umplugin', 'title' => 'Follow us on Twitter', 'icon' => 'um-icon-twitter' ); $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://google.com/+ultimatemember', 'title' => 'Follow us on Google+', 'icon' => 'um-icon-google-plus' ); $this->args['share_icons'][] = array( - 'url' => '', + 'url' => 'https://youtube.com/user/umplugin', 'title' => 'We\'re on YouTube', 'icon' => 'um-icon-youtube-alt' );