16 lines
224 B
PHP
16 lines
224 B
PHP
<?php
|
|
/**
|
|
* Parses wordpress posts to be ready for the LBRY Network
|
|
*
|
|
* @package LBRYPress
|
|
*/
|
|
|
|
class LBRY_Network_Parser
|
|
{
|
|
/**
|
|
* [__construct description]
|
|
*/
|
|
public function __construct()
|
|
{
|
|
}
|
|
}
|