Ticket #23307: 23307.4.diff
File 23307.4.diff, 577 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/shortcodes.php
443 443 * @since 2.5.0 444 444 * 445 445 * @param string $text 446 * @return array List of attributes and their value.446 * @return array|string List of attribute values. Returns empty array if trim( $text ) == '""'. Returns empty string if trim( $text ) == ''. All other situations are not empty(). 447 447 */ 448 448 function shortcode_parse_atts($text) { 449 449 $atts = array();