PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.9.6
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.9.6
1.9.6 1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 All 41 releases
← All changes | lib/menu_view_plugins.php +1 -1 1.9.51.9.6 View file →
@@ -116,9 +116,9 @@
116 116 'use strict';
117 117 cpjs_plugins_chart(
118 118 '<?php echo esc_js( $axis ) ?>', [<?php
119 119 for( $i = 0; $i < $count; $i++ ) {
120 - echo "'". addslashes( $label[ $i ] ) ."',";
120 + echo "'". esc_js( $label[ $i ] ) ."',";
121 121 }
122 122 echo "'". esc_js( $label[ $i ] ) ."'";
123 123 ?>],
124 124 [<?php echo esc_js( $data ) ?>], <?php echo esc_js( number_format( $total_time, 4 ) ) ?>