Changeset 2919210
- Timestamp:
- 05/30/2023 04:39:20 PM (3 years ago)
- Location:
- scripts-n-styles
- Files:
-
- 2 edited
- 4 copied
-
tags/3.5.5 (copied) (copied from scripts-n-styles/trunk)
-
tags/3.5.5/README.txt (copied) (copied from scripts-n-styles/trunk/README.txt) (1 diff)
-
tags/3.5.5/includes/class-sns-admin.php (copied) (copied from scripts-n-styles/trunk/includes/class-sns-admin.php) (1 diff)
-
tags/3.5.5/scripts-n-styles.php (copied) (copied from scripts-n-styles/trunk/scripts-n-styles.php)
-
trunk/README.txt (modified) (1 diff)
-
trunk/includes/class-sns-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts-n-styles/tags/3.5.5/README.txt
r2919208 r2919210 55 55 56 56 == Changelog == 57 58 = 3.5.5 = 59 * Restore activation hook 57 60 58 61 = 3.5.4 = -
scripts-n-styles/tags/3.5.5/includes/class-sns-admin.php
r2919208 r2919210 45 45 add_filter( "plugin_action_links_$plugin_file", array( __CLASS__, 'plugin_action_links') ); 46 46 47 //register_activation_hook( Scripts_n_Styles::$file, array( __CLASS__, 'upgrade' ) );47 register_activation_hook( Scripts_n_Styles::$file, array( __CLASS__, 'upgrade' ) ); 48 48 } 49 49 -
scripts-n-styles/trunk/README.txt
r2919208 r2919210 55 55 56 56 == Changelog == 57 58 = 3.5.5 = 59 * Restore activation hook 57 60 58 61 = 3.5.4 = -
scripts-n-styles/trunk/includes/class-sns-admin.php
r2919208 r2919210 45 45 add_filter( "plugin_action_links_$plugin_file", array( __CLASS__, 'plugin_action_links') ); 46 46 47 //register_activation_hook( Scripts_n_Styles::$file, array( __CLASS__, 'upgrade' ) );47 register_activation_hook( Scripts_n_Styles::$file, array( __CLASS__, 'upgrade' ) ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.