leilukin-tumbleblog/modules/easy_embed/info.php

11 lines
441 B
PHP

<?php
return array(
"name" => __("Easy Embed", "easy_embed"),
"url" => "http://chyrplite.net/",
"version" => "2023.01",
"description" => __("Embed a video in your blog content by pasting its URL surrounded by <code>&lt;!--</code> and <code>--&gt;</code>.", "easy_embed"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://www.pimley.net/"
)
);