16 lines
235 B
PHP
16 lines
235 B
PHP
<?php
|
|
/**
|
|
* Parses post markup in order to use specified spee.ch url for assets
|
|
*
|
|
* @package LBRYPress
|
|
*/
|
|
|
|
class LBRY_Speech_Parser
|
|
{
|
|
/**
|
|
* [__construct description]
|
|
*/
|
|
public function __construct()
|
|
{
|
|
}
|
|
}
|