Changeset 3220658
- Timestamp:
- 01/11/2025 10:21:48 AM (11 months ago)
- Location:
- super-admin-all-sites-menu
- Files:
-
- 8 edited
- 1 copied
-
tags/1.8.1 (copied) (copied from super-admin-all-sites-menu/trunk)
-
tags/1.8.1/build/index.asset.php (modified) (1 diff)
-
tags/1.8.1/build/index.js (modified) (1 diff)
-
tags/1.8.1/readme.txt (modified) (2 diffs)
-
tags/1.8.1/super-admin-all-sites-menu.php (modified) (2 diffs)
-
trunk/build/index.asset.php (modified) (1 diff)
-
trunk/build/index.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/super-admin-all-sites-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-admin-all-sites-menu/tags/1.8.1/build/index.asset.php
r3219157 r3220658 1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => ' 8a8e912db6e7c0137fcb');1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '1ebd4f27cd4018d342f4'); -
super-admin-all-sites-menu/tags/1.8.1/build/index.js
r3219157 r3220658 1 1 /*! 2 2 * super-admin-all-sites-menu 3 * version: 1.8. 03 * version: 1.8.1 4 4 * address: https://github.com/soderlind/super-admin-all-sites-menu#readme 5 5 * author: Per Søderlind -
super-admin-all-sites-menu/tags/1.8.1/readme.txt
r3219157 r3220658 1 1 === Super Admin All Sites Menu === 2 Stable tag: 1.8. 02 Stable tag: 1.8.1 3 3 Requires at least: 5.6 4 4 Tested up to: 6.7 … … 109 109 == Changelog == 110 110 111 = 1.8.1 = 112 113 * Remove duplicate code 114 111 115 = 1.8.0 = 112 116 -
super-admin-all-sites-menu/tags/1.8.1/super-admin-all-sites-menu.php
r3219157 r3220658 13 13 * GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu 14 14 * Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu. 15 * Version: 1.8. 015 * Version: 1.8.1 16 16 * Author: Per Soderlind 17 17 * Network: true … … 94 94 add_action( 'wp_enqueue_scripts', [ $this, 'action_enqueue_scripts' ] ); 95 95 } 96 add_action( 'wp_insert_site', [ $this, 'update_local_storage' ] );97 add_action( 'wp_update_site', [ $this, 'update_local_storage' ] );98 add_action( 'wp_delete_site', [ $this, 'update_local_storage' ] );99 100 add_action( 'update_option_blogname', [ $this, 'action_update_option_blogname' ], 10, 3 );101 102 add_action( 'activated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );103 add_action( 'deactivated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );104 96 105 97 $this->number_of_sites = $this->get_number_of_sites(); -
super-admin-all-sites-menu/trunk/build/index.asset.php
r3219157 r3220658 1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => ' 8a8e912db6e7c0137fcb');1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '1ebd4f27cd4018d342f4'); -
super-admin-all-sites-menu/trunk/build/index.js
r3219157 r3220658 1 1 /*! 2 2 * super-admin-all-sites-menu 3 * version: 1.8. 03 * version: 1.8.1 4 4 * address: https://github.com/soderlind/super-admin-all-sites-menu#readme 5 5 * author: Per Søderlind -
super-admin-all-sites-menu/trunk/readme.txt
r3219157 r3220658 1 1 === Super Admin All Sites Menu === 2 Stable tag: 1.8. 02 Stable tag: 1.8.1 3 3 Requires at least: 5.6 4 4 Tested up to: 6.7 … … 109 109 == Changelog == 110 110 111 = 1.8.1 = 112 113 * Remove duplicate code 114 111 115 = 1.8.0 = 112 116 -
super-admin-all-sites-menu/trunk/super-admin-all-sites-menu.php
r3219157 r3220658 13 13 * GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu 14 14 * Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu. 15 * Version: 1.8. 015 * Version: 1.8.1 16 16 * Author: Per Soderlind 17 17 * Network: true … … 94 94 add_action( 'wp_enqueue_scripts', [ $this, 'action_enqueue_scripts' ] ); 95 95 } 96 add_action( 'wp_insert_site', [ $this, 'update_local_storage' ] );97 add_action( 'wp_update_site', [ $this, 'update_local_storage' ] );98 add_action( 'wp_delete_site', [ $this, 'update_local_storage' ] );99 100 add_action( 'update_option_blogname', [ $this, 'action_update_option_blogname' ], 10, 3 );101 102 add_action( 'activated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );103 add_action( 'deactivated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );104 96 105 97 $this->number_of_sites = $this->get_number_of_sites();
Note: See TracChangeset
for help on using the changeset viewer.