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_profiler.php +3 -0 1.9.31.9.6 View file →
@@ -85,8 +85,11 @@
85 85 if (! empty( $cp_data['rerun'] ) ) {
86 86 $cp_options['mem'] = $cp_data['rerun'];
87 87 $rerun = true;
88 88 }
89 + }else {
90 + // Display why we don't want to run.
91 + wp_die( esc_html__('Missing profile ID.', 'code-profiler') );
89 92 }
90 93 }
91 94 // Profile's name
92 95 if (! empty( $cp_options['mem']['profile'] ) ) {