mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.0.69
This commit is contained in:
@@ -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' );
|
||||
Reference in New Issue
Block a user