Changeset 3029041
- Timestamp:
- 01/30/2024 05:53:14 PM (2 years ago)
- Location:
- multisite-dashboard-switcher
- Files:
-
- 4 edited
- 1 copied
-
tags/1.5.1 (copied) (copied from multisite-dashboard-switcher/trunk)
-
tags/1.5.1/multisite-dashboard-switcher.php (modified) (1 diff)
-
tags/1.5.1/readme.txt (modified) (2 diffs)
-
trunk/multisite-dashboard-switcher.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-dashboard-switcher/tags/1.5.1/multisite-dashboard-switcher.php
r2563041 r3029041 1 1 <?php 2 2 /* 3 Plugin Name: Multisite Dashboard Switcher 4 Description: Adds a menu to the admin bar for easy switching between multisite dashboards. 5 Version: 1.5 6 Author: Sam J Levy 7 */ 8 ?><?php 9 /* 10 Copyright 2021 Sam J Levy (email : sam@samjlevy.com) 3 * Plugin Name: Multisite Dashboard Switcher 4 * Description: Adds a menu to the admin bar for easy switching between multisite dashboards. 5 * Version: 1.5.1 6 * Author: Sam J Levy 7 * License: GPL v3 or later 8 * License URI: https://www.gnu.org/licenses/ 9 */ 11 10 12 This program is free software; you can redistribute it and/or modify13 it under the terms of the GNU General Public License, version 2, as14 published by the Free Software Foundation.15 16 This program is distributed in the hope that it will be useful,17 but WITHOUT ANY WARRANTY; without even the implied warranty of18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the19 GNU General Public License for more details.20 21 You should have received a copy of the GNU General Public License22 along with this program; if not, write to the Free Software23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA24 */25 ?><?php26 11 add_action('admin_bar_menu','msds',1000); 27 12 add_action('network_admin_menu','msds_settings_menu'); -
multisite-dashboard-switcher/tags/1.5.1/readme.txt
r2662012 r3029041 3 3 Tags: multisite, switcher, switch, network 4 4 Requires at least: 3.2.1 5 Tested up to: 5.96 Stable tag: 1.5 5 Tested up to: 6.4.2 6 Stable tag: 1.5.1 7 7 8 8 == Description == … … 15 15 16 16 == Changelog == 17 18 = 1.5.1 = 19 20 January 29, 2024 21 22 * Tested up to 6.4.2 23 * Updated GPL license 17 24 18 25 = 1.5 = -
multisite-dashboard-switcher/trunk/multisite-dashboard-switcher.php
r2563041 r3029041 1 1 <?php 2 2 /* 3 Plugin Name: Multisite Dashboard Switcher 4 Description: Adds a menu to the admin bar for easy switching between multisite dashboards. 5 Version: 1.5 6 Author: Sam J Levy 7 */ 8 ?><?php 9 /* 10 Copyright 2021 Sam J Levy (email : sam@samjlevy.com) 3 * Plugin Name: Multisite Dashboard Switcher 4 * Description: Adds a menu to the admin bar for easy switching between multisite dashboards. 5 * Version: 1.5.1 6 * Author: Sam J Levy 7 * License: GPL v3 or later 8 * License URI: https://www.gnu.org/licenses/ 9 */ 11 10 12 This program is free software; you can redistribute it and/or modify13 it under the terms of the GNU General Public License, version 2, as14 published by the Free Software Foundation.15 16 This program is distributed in the hope that it will be useful,17 but WITHOUT ANY WARRANTY; without even the implied warranty of18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the19 GNU General Public License for more details.20 21 You should have received a copy of the GNU General Public License22 along with this program; if not, write to the Free Software23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA24 */25 ?><?php26 11 add_action('admin_bar_menu','msds',1000); 27 12 add_action('network_admin_menu','msds_settings_menu'); -
multisite-dashboard-switcher/trunk/readme.txt
r2662012 r3029041 3 3 Tags: multisite, switcher, switch, network 4 4 Requires at least: 3.2.1 5 Tested up to: 5.96 Stable tag: 1.5 5 Tested up to: 6.4.2 6 Stable tag: 1.5.1 7 7 8 8 == Description == … … 15 15 16 16 == Changelog == 17 18 = 1.5.1 = 19 20 January 29, 2024 21 22 * Tested up to 6.4.2 23 * Updated GPL license 17 24 18 25 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.