leilukin-tumbleblog/modules/read_more/info.php

11 lines
474 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Read More", "read_more"),
"url" => "http://chyrplite.net/",
"version" => "2024.02",
"description" => __("Add &#8220;&hellip;more&#8221; links to your blog index by typing <code>&lt;!--more--&gt;</code> or <code>&lt;!--more custom text--&gt;</code> in your posts.", "read_more"),
"author" => array(
"name" => "Chyrp Team",
"url" => "http://chyrp.net/"
)
);