You appear to be a bot. Output may be restricted
Description
Append the character to the current token
Usage
OIK_clone_informal_relationships::append_char();
Parameters
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-informal-relationships.php
Lines:
1 to 3 of 3
function append_char() { $this->current .= $this->chr; }