Ticket #25440: translate_smiley_doc.patch
| File translate_smiley_doc.patch, 709 bytes (added by , 12 years ago) |
|---|
-
formatting.php
1744 1744 /** 1745 1745 * Convert one smiley code to the icon graphic file equivalent. 1746 1746 * 1747 * Callback handler for convert_smilies. 1747 1748 * Looks up one smiley code in the $wpsmiliestrans global array and returns an 1748 1749 * <img> string for that smiley. 1749 1750 * 1750 1751 * @global array $wpsmiliestrans 1751 1752 * @since 2.8.0 1753 * @see convert_smilies() 1752 1754 * 1753 * @param string$smiley Smiley code to convert to image.1755 * @param array $smiley Smiley code to convert to image. 1754 1756 * @return string Image string for smiley. 1755 1757 */ 1756 1758 function translate_smiley($smiley) {