File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
fail-fast : false
13
13
matrix :
14
14
env : ["default","gutenberg", "gutenberg-datatable"]
15
- runs-on : ubuntu-16.04
15
+ runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ public static final function get_features_for_license( $plan ) {
740
740
*/
741
741
public static function get_chart_data ( $ chart , $ type , $ run_filter = true ) {
742
742
// change HTML entities
743
- $ data = unserialize ( html_entity_decode ( $ chart ->post_content ) );
743
+ $ data = unserialize ( html_entity_decode ( htmlentities ( $ chart ->post_content ) ) );
744
744
$ altered = array ();
745
745
foreach ( $ data as $ index => $ array ) {
746
746
if ( ! is_array ( $ index ) && is_array ( $ array ) ) {
You can’t perform that action at this time.
0 commit comments