Make WordPress Core

Changeset 6939


Ignore:
Timestamp:
02/20/2008 04:47:50 PM (17 years ago)
Author:
ryan
Message:

shortcodes should not require var=val format. Props andy. fixes #5892

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/shortcodes.php

    r6911 r6939  
    112112                $atts[] = stripcslashes($m[8]);
    113113        }
     114    } else {
     115        $atts = ltrim($text);
    114116    }
    115117    return $atts;
Note: See TracChangeset for help on using the changeset viewer.