Version number variable changed

This commit is contained in:
ultimatemember
2015-01-20 14:43:05 +02:00
parent e724bb2511
commit 8776bb18e1
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
$this->args = array(
'opt_name' => 'um_options', // This is where your data is stored in the database and also becomes your global variable name.
'display_name' => 'Settings', // Name that appears at the top of your panel
'display_version' => ULTIMATEMEMBER_VERSION, // Version that appears at the top of your panel
'display_version' => ultimatemember_version, // Version that appears at the top of your panel
'menu_type' => 'submenu', //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)
'allow_sub_menu' => false, // Show the sections below the admin menu item or not
'menu_title' => __('Settings', 'redux-framework-demo'),