mirror of
https://github.com/WPMultisite/wp-multinetwork-switcher.git
synced 2025-08-07 01:30:18 +08:00
Update and rename wp-multinetwork-adminbar.php to wp-multinetwork-switcher.php
This commit is contained in:
parent
ff768e67b9
commit
d7b360e6ee
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: WP Multi Network Admin Bar
|
||||
* Plugin Name: WP Multi-Network Switcher
|
||||
* Plugin URI: https://wpmultinetwork.com
|
||||
* Description: Display current network information in admin bar and provide network switching functionality for WP Multi Network environments.
|
||||
* Version: 1.0.0
|
||||
* Author: WPMultiNetwork.com
|
||||
* Author URI: https://wpmultinetwork.com
|
||||
* Text Domain: wp-multinetwork-adminbar
|
||||
* Text Domain: wp-multinetwork-switcher
|
||||
* Domain Path: /languages
|
||||
* Requires at least: 5.0
|
||||
* Tested up to: 6.8
|
||||
|
@ -25,7 +25,7 @@ if (!defined('ABSPATH')) {
|
|||
define('WPMN_ADMINBAR_VERSION', '1.0.0');
|
||||
define('WPMN_ADMINBAR_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
||||
define('WPMN_ADMINBAR_PLUGIN_URL', plugin_dir_url(__FILE__));
|
||||
define('WPMN_ADMINBAR_TEXT_DOMAIN', 'wp-multinetwork-adminbar');
|
||||
define('WPMN_ADMINBAR_TEXT_DOMAIN', 'wp-multinetwork-switcher');
|
||||
|
||||
class WP_MultiNetwork_AdminBar {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue