mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Type that eliminated all content, fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@341 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -266,7 +266,7 @@ function convert_gmcode($content) {
|
||||
return $content;
|
||||
}
|
||||
|
||||
function convert_smilies($content) {
|
||||
function convert_smilies($text) {
|
||||
global $smilies_directory, $use_smilies;
|
||||
global $b2_smiliessearch, $b2_smiliesreplace;
|
||||
if ($use_smilies) {
|
||||
|
||||
Reference in New Issue
Block a user