mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
Fx text domain slug for wp.org translation compatibility
This commit is contained in:
@@ -6,7 +6,7 @@ Description: The easiest way to create powerful online communities and beautiful
|
||||
Version: 1.3.84
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
Text Domain: ultimatemember
|
||||
Text Domain: ultimate-member
|
||||
Domain Path: /languages
|
||||
*/
|
||||
defined('ABSPATH') || exit;
|
||||
@@ -17,7 +17,7 @@ Domain Path: /languages
|
||||
define('um_url',plugin_dir_url(__FILE__ ));
|
||||
define('um_path',plugin_dir_path(__FILE__ ));
|
||||
define('um_plugin', plugin_basename( __FILE__ ) );
|
||||
define('UM_TEXTDOMAIN', 'ultimatemember');
|
||||
define('UM_TEXTDOMAIN', 'ultimate-member');
|
||||
|
||||
define('ultimatemember_version', $plugin_data['Version'] );
|
||||
|
||||
@@ -49,13 +49,13 @@ Domain Path: /languages
|
||||
***/
|
||||
function ultimatemember_plugin_links( $links ) {
|
||||
|
||||
$more_links[] = '<a href="http://docs.ultimatemember.com/">' . __('Docs','ultimatemember') . '</a>';
|
||||
$more_links[] = '<a href="http://docs.ultimatemember.com/">' . __('Docs','ultimate-member') . '</a>';
|
||||
|
||||
$more_links[] = '<a href="'.admin_url().'admin.php?page=um_options">' . __('Settings','ultimatemember') . '</a>';
|
||||
$more_links[] = '<a href="'.admin_url().'admin.php?page=um_options">' . __('Settings','ultimate-member') . '</a>';
|
||||
|
||||
$links = $more_links + $links;
|
||||
|
||||
$links[] = '<a href="'.admin_url().'?um_adm_action=uninstall_ultimatemember" class="um-delete" title="'.__('Remove this plugin','ultimatemember').'">' . __( 'Uninstall','ultimatemember' ) . '</a>';
|
||||
$links[] = '<a href="'.admin_url().'?um_adm_action=uninstall_ultimatemember" class="um-delete" title="'.__('Remove this plugin','ultimate-member').'">' . __( 'Uninstall','ultimate-member') . '</a>';
|
||||
|
||||
return $links;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user