disregard

This commit is contained in:
Michael Foster 2013-08-19 05:22:08 +10:00
parent d2fdeead64
commit c8fcba9439

View File

@ -218,8 +218,6 @@ function truncate($body, $url, $max_lines = false, $max_chars = false) {
return $body; return $body;
} }
// int(1607)int(1584)int(1575)int(32)int(1575)int(1582)int(1578)int(1576)int(1575)int(1585)int(46)
function bidi_cleanup($str) { function bidi_cleanup($str) {
// Removes all embedded RTL and LTR unicode formatting blocks in a string so that // Removes all embedded RTL and LTR unicode formatting blocks in a string so that
// it can be used inside another without controlling its direction. // it can be used inside another without controlling its direction.