MagpieRSS::map_attrs( $k, $v ) Source File: wp-includes/rss.php function map_attrs($k, $v) { return "$k=\"$v\""; } Expand Source Code View on GitHub