Ticket #63066: formatting_array.patch
| File formatting_array.patch, 470 bytes (added by , 17 months ago) |
|---|
-
wp-includes/formatting.php
diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 75efc33f..baf8ea3f 100644
a b function wp_specialchars_decode( $text, $quote_style = ENT_NOQUOTES ) { 1093 1093 * @return string The checked text. 1094 1094 */ 1095 1095 function wp_check_invalid_utf8( $text, $strip = false ) { 1096 if ( is_array( $text ) ) { 1097 return ''; 1098 } 1096 1099 $text = (string) $text; 1097 1100 1098 1101 if ( 0 === strlen( $text ) ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)