fromgplus: Updated README

This commit is contained in:
Michael Vogel 2012-12-09 22:09:22 +01:00
parent c8b2b1ca85
commit 4d6f6327de
2 changed files with 12 additions and 3 deletions

View file

@ -1,13 +1,13 @@
<?php
/**
* Name: From GPlus
* Description: Imports posts from a Google+ account and repeats them - not working by now
* Description: Imports posts from a Google+ account and repeats them
* Version: 0.1
* Author: Michael Vogel <ike@piratenpartei.de>
*
*/
define('FACEBOOK_DEFAULT_POLL_INTERVAL', 60); // given in minutes
define('FROMGPLUS_DEFAULT_POLL_INTERVAL', 30); // given in minutes
function fromgplus_install() {
register_hook('plugin_settings', 'addon/fromgplus/fromgplus.php', 'fromgplus_addon_settings');