Skip to content
Snippets Groups Projects

PHP 7.3 compatibility

Merged Erick Hitter requested to merge fix/php-7.3 into master
2 files
+ 12
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -4,7 +4,7 @@ Plugin Name: ETH Escape HeadSpace2
@@ -4,7 +4,7 @@ Plugin Name: ETH Escape HeadSpace2
Plugin URI: https://ethitter.com/plugins/
Plugin URI: https://ethitter.com/plugins/
Description: Output existing HeadSpace2 data without the original plugin. Allows HeadSpace2 (no longer maintained) to be deactivated without impactacting legacy content.
Description: Output existing HeadSpace2 data without the original plugin. Allows HeadSpace2 (no longer maintained) to be deactivated without impactacting legacy content.
Author: Erick Hitter
Author: Erick Hitter
Version: 0.2
Version: 0.2.1
Author URI: https://ethitter.com/
Author URI: https://ethitter.com/
This program is free software; you can redistribute it and/or modify
This program is free software; you can redistribute it and/or modify
@@ -188,7 +188,7 @@ class ETH_Escape_HeadSpace2 {
@@ -188,7 +188,7 @@ class ETH_Escape_HeadSpace2 {
break;
break;
default :
default :
continue;
continue 2;
break;
break;
}
}
}
}
Loading