11 lines
474 B
PHP
11 lines
474 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Read More", "read_more"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("Add “…more” links to your blog index by typing <code><!--more--></code> or <code><!--more custom text--></code> in your posts.", "read_more"),
|
||
|
"author" => array(
|
||
|
"name" => "Chyrp Team",
|
||
|
"url" => "http://chyrp.net/"
|
||
|
)
|
||
|
);
|