Ticket #3976: functions_php.patch
File functions_php.patch, 381 bytes (added by , 18 years ago) |
---|
-
functions.php
1443 1443 } 1444 1444 } 1445 1445 1446 // Support theme translation 1447 function __l($text) { 1448 return apply_filters('translate', $text); 1449 } 1450 1451 function __le($text) { 1452 echo __l($text); 1453 } 1454 1446 1455 ?> 1456 No newline at end of file