Make WordPress Core

Ticket #23307: 23307.4.diff

File 23307.4.diff, 577 bytes (added by miqrogroove, 9 years ago)
  • src/wp-includes/shortcodes.php

     
    443443 * @since 2.5.0
    444444 *
    445445 * @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().
    447447 */
    448448function shortcode_parse_atts($text) {
    449449        $atts = array();