parent
7d27707043
commit
4dd19c3839
|
@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
* @return array
|
||||
*/
|
||||
function wc_get_text_attributes( $raw_attributes ) {
|
||||
return array_map( 'trim', explode( WC_DELIMITER, $raw_attributes ) );
|
||||
return array_map( 'trim', array_map( 'stripslashes', explode( WC_DELIMITER, $raw_attributes ) ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue