PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.6
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.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 1.6.8 All 40 releases
← All changes | lib/help.php +2 -2 1.51.6 View file →
@@ -166,12 +166,12 @@
166 166 <table class="widefat">
167 167 <tr>
168 168 <td><h4><?php esc_html_e('Profiles List', 'code-profiler') ?></h4>
169 169 <p><?php esc_html_e('This page shows all saved profiles with sortable columns:', 'code-profiler') ?></p>
170 - <ul class="license-help-view" style="font-size:15px;">
170 + <ul class="license-help-view">
171 171 <li><?php esc_html_e('Profile: name of the saved profile.', 'code-profiler') ?></li>
172 172 <li><?php esc_html_e('Date: creation date of the profile.', 'code-profiler') ?></li>
173 - <li><?php esc_html_e('Items: number of plugins + the current theme.', 'code-profiler') ?></li>
173 + <li><?php esc_html_e('Item: number of plugins + the current theme.', 'code-profiler') ?></li>
174 174 <li><?php esc_html_e('Time: execution time in second.', 'code-profiler') ?></li>
175 175 <li><?php esc_html_e('Memory: peak memory in megabytes.', 'code-profiler') ?></li>
176 176 <li><?php esc_html_e('File I/O: sum of all file I/O operations.', 'code-profiler') ?></li>
177 177 <li><?php esc_html_e('SQL: sum of database queries (WordPress, all plugins and the theme).', 'code-profiler') ?></li>