File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 346346 <tr>
347347 <td><?php _e ( 'Total Database Size ' , 'woocommerce ' ); ?> </td>
348348 <td class="help"> </td>
349- <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['data ' ] ); ?> </td>
349+ <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['data ' ] + $ database [ ' database_size ' ][ ' index ' ] ); ?> </td>
350350 </tr>
351351
352352 <tr>
353353 <td><?php _e ( 'Database Data Size ' , 'woocommerce ' ); ?> </td>
354354 <td class="help"> </td>
355- <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['index ' ] ); ?> </td>
355+ <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['data ' ] ); ?> </td>
356356 </tr>
357357
358358 <tr>
359359 <td><?php _e ( 'Database Index Size ' , 'woocommerce ' ); ?> </td>
360360 <td class="help"> </td>
361- <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['data ' ] + $ database [ ' database_size ' ][ ' index ' ] ); ?> </td>
361+ <td><?php printf ( '%.2fMB ' , $ database ['database_size ' ]['index ' ] ); ?> </td>
362362 </tr>
363363
364364 <?php foreach ( $ database ['database_tables ' ]['woocommerce ' ] as $ table => $ table_data ) { ?>
You can’t perform that action at this time.
0 commit comments