Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLUGIN demo_plugin #286

Merged

Conversation

ArthurHoaro
Copy link
Member

This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.

*
* @return array altered $data.
*/
function hook_demo_plugin_savelink($data)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo here, the correct hook name should be hook_demo_plugin_save_link according to a1428b3

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.
ArthurHoaro added a commit that referenced this pull request Nov 8, 2015
@ArthurHoaro ArthurHoaro merged commit 89dfc37 into shaarli:plugin-proposition Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin bells and whistles
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants