diff --git a/content-sample/index.md b/content-sample/index.md index 1918b81..3718b58 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -83,15 +83,15 @@ There are also certain variables that you can use in your text files: * %base_url% - The URL to your Pico site; internal links can be specified using %base_url%?sub/page * %theme_url% - The URL to the currently used theme -* %meta.* % - Access any meta variable of the current page, +* %meta.*% - Access any meta variable of the current page, e.g. %meta.author% is replaced with `Joe Bloggs` ### Blogging Pico is not blogging software - but makes it very easy for you to use it as a -blog. You can find many plugins out there implementing typical -blogging features like authentication, tagging, pagination and social plugins. -See the below Plugins section for details. +blog. You can find many plugins out there implementing typical blogging +features like authentication, tagging, pagination and social plugins. See the +below Plugins section for details. If you want to use Pico as a blogging software, you probably want to do something like the following: diff --git a/plugins/DummyPlugin.php b/plugins/DummyPlugin.php index b9441b8..30771b1 100644 --- a/plugins/DummyPlugin.php +++ b/plugins/DummyPlugin.php @@ -28,7 +28,7 @@ class DummyPlugin extends AbstractPicoPlugin protected $dependsOn = array(); /** - * Triggered after has Pico loaded all available plugins + * Triggered after Pico has loaded all available plugins * * This event is triggered nevertheless the plugin is enabled or not. * It is NOT guaranteed that plugin dependencies are fulfilled! @@ -129,7 +129,7 @@ class DummyPlugin extends AbstractPicoPlugin } /** - * Triggered when Pico reads its known meta/header fields + * Triggered when Pico reads its known meta header fields * * @see Pico::getMetaHeaders() * @param array &$headers list of known meta header fields