phpBB

Code Changes

File: phpbb/textformatter/s9e/utils.php

  Unmodified   Added   Modified   Removed
Line 15Line 15

/**
* Text manipulation utilities


/**
* Text manipulation utilities

 
*
* In this implementation, "plain text" refers to regular text as it would be inputted by a user.
* "Parsed text" is XML suitable to be reinserted into the database.

*/
class utils implements \phpbb\textformatter\utils_interface
{

*/
class utils implements \phpbb\textformatter\utils_interface
{