Ignore:
Timestamp:
Aug 14, 2014 8:29:47 AM (10 years ago)
Author:
anonymous
Message:

Small bugs fixed while doing SBImedia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r479 r485  
    139139 * @param  string $text             Text to clean.
    140140 * @param  bool   $preserve_html    If set to true, oTxt will not translate <, >, ", or '
    141  *                                  characters into HTML entities. This allows HTML to pass through unmunged.
    142  * @return string                   Cleaned text.
     141 *                                  characters into HTML entities. This allows HTML to pass through undisturbed.
     142 * @return string                   HTML-safe text.
    143143 */
    144144function oTxt($text, $preserve_html=false)
Note: See TracChangeset for help on using the changeset viewer.