Update 1.0.69

This commit is contained in:
ultimatemember
2015-03-01 00:44:04 +02:00
parent 34d7192436
commit 6d4ff64995
29 changed files with 511 additions and 37 deletions
+4 -3
View File
@@ -2,8 +2,8 @@
/*
Plugin Name: Ultimate Member
Plugin URI: http://ultimatemember.com/
Description: Ultimate Member is a powerful community and membership plugin that allows you to create beautiful community and membership sites with WordPress
Version: 1.0.65
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
Version: 1.0.69
Author: Ultimate Member
Author URI: http://ultimatemember.com/
*/
@@ -57,4 +57,5 @@ Author URI: http://ultimatemember.com/
return $links;
}
add_filter( "plugin_action_links_$plugin", 'ultimatemember_plugin_links' );
$prefix = is_network_admin() ? 'network_admin_' : '';
add_filter( "{$prefix}plugin_action_links_$plugin", 'ultimatemember_plugin_links' );