Index: wp-admin/includes/class-wp-debug-data.php
===================================================================
--- wp-admin/includes/class-wp-debug-data.php	(revision 45225)
+++ wp-admin/includes/class-wp-debug-data.php	(working copy)
@@ -238,15 +238,15 @@
 					'label' => 'WP_PLUGIN_DIR',
 					'value' => WP_PLUGIN_DIR,
 				),
+				'WP_MAX_MEMORY_LIMIT' => array(
+					'label' => 'WP_MAX_MEMORY_LIMIT',
+					'value' => WP_MAX_MEMORY_LIMIT,
+				),
 				'WP_DEBUG'            => array(
 					'label' => 'WP_DEBUG',
 					'value' => WP_DEBUG ? __( 'Enabled' ) : __( 'Disabled' ),
 					'debug' => WP_DEBUG,
 				),
-				'WP_MAX_MEMORY_LIMIT' => array(
-					'label' => 'WP_MAX_MEMORY_LIMIT',
-					'value' => WP_MAX_MEMORY_LIMIT,
-				),
 				'WP_DEBUG_DISPLAY'    => array(
 					'label' => 'WP_DEBUG_DISPLAY',
 					'value' => WP_DEBUG_DISPLAY ? __( 'Enabled' ) : __( 'Disabled' ),
