Changeset 3357464
- Timestamp:
- 09/07/2025 05:14:15 PM (7 months ago)
- Location:
- grabwp-tenancy
- Files:
-
- 3 edited
-
tags/1.0.3/includes/class-grabwp-tenancy-tenant.php (modified) (1 diff)
-
trunk/includes/class-grabwp-tenancy-admin.php (modified) (1 diff)
-
trunk/includes/class-grabwp-tenancy-tenant.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabwp-tenancy/tags/1.0.3/includes/class-grabwp-tenancy-tenant.php
r3357207 r3357464 287 287 public static function get_global_admin_token() { 288 288 $config_file = GrabWP_Tenancy_Path_Manager::get_tokens_file_path(); 289 $tokens_dir = dirname( $config_file ); 289 290 290 291 // Check if valid token exists -
grabwp-tenancy/trunk/includes/class-grabwp-tenancy-admin.php
r3357203 r3357464 243 243 wp_enqueue_style( 244 244 'grabwp-tenancy-admin', 245 $this->plugin->plugin_url . 'admin/css/ admin.css',245 $this->plugin->plugin_url . 'admin/css/grabwp-admin.css', 246 246 array(), 247 247 $this->plugin->version -
grabwp-tenancy/trunk/includes/class-grabwp-tenancy-tenant.php
r3357203 r3357464 287 287 public static function get_global_admin_token() { 288 288 $config_file = GrabWP_Tenancy_Path_Manager::get_tokens_file_path(); 289 $tokens_dir = dirname( $config_file ); 289 290 290 291 // Check if valid token exists
Note: See TracChangeset
for help on using the changeset viewer.