MagpieRSS::concat( $str1, $str2 = "" )
Description
Source
File: wp-includes/rss.php
function concat (&$str1, $str2="") { if (!isset($str1) ) { $str1=""; } $str1 .= $str2; }
File: wp-includes/rss.php
function concat (&$str1, $str2="") { if (!isset($str1) ) { $str1=""; } $str1 .= $str2; }