Changeset 45119
- Timestamp:
- 04/06/2019 03:35:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r45113 r45119 903 903 */ 904 904 public static function format( $info_array, $type = 'text' ) { 905 $return = '';905 $return = "`\n"; 906 906 907 907 foreach ( $info_array as $section => $details ) { … … 943 943 $return .= "\n"; 944 944 } 945 946 $return .= "`"; 945 947 946 948 return $return;
Note: See TracChangeset
for help on using the changeset viewer.