11 lines
369 B
PHP
11 lines
369 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Cascade", "cascade"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("Adds ajax-powered infinite scrolling to your blog.", "cascade"),
|
||
|
"author" => array(
|
||
|
"name" => "Daniel Pimley",
|
||
|
"url" => "http://www.pimley.net/"
|
||
|
)
|
||
|
);
|