Skip to content

Commit

Permalink
Finish para
Browse files Browse the repository at this point in the history
  • Loading branch information
invisnet committed Sep 3, 2019
1 parent 3ae5ab1 commit ed7c945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The basic steps are:
Design
""""""

To allow 3rd-party plugins to add support for *WPf2b* more easily, the API uses actions. This avoids the need to check if *WPf2b* is installed, then import a file, check for versions, and so on. Integration code can be written that will
To allow 3rd-party plugins to add support for *WPf2b* more easily, the API uses actions. This avoids the need to check if *WPf2b* is installed, then import a file, check for versions, and so on. Integration code can be written that will work if *WPf2b* is installed, and do nothing if not.

.. note:: Because ``do_action`` has no return value *WPf2b* will throw an Exception if there is an error.

0 comments on commit ed7c945

Please sign in to comment.