Skip to content

Commit

Permalink
Fixed bugs in readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Dec 22, 2012
1 parent e5086ec commit ecde672
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ An easy, clean and simple way to add code snippets to your site.

A snippet is a small chunk of PHP code that you can use to extend the functionality of a WordPress-powered website; essentially a mini-plugin with a *lot* less load on your site.
Most snippet-hosting sites tell you to add snippet code to your active theme's `functions.php` file, which can get rather long and messy after a while.
Code Snippets changes that by providing a GUI interface for adding snippets and ***actually running them on your site** as if they were in your theme's `functions.php` file.
Code Snippets changes that by providing a GUI interface for adding snippets and **actually running them on your site** as if they were in your theme's `functions.php` file.

You can use a graphical interface, similar to the Plugins menu, to manage, activate, deactivate, edit and delete your snippets. Easily organise your snippets by adding a name and description using the visual editor. Code Snippets includes built-in syntax highlighting and other features to help you write your code. Snippets can be exported for transfer to another side, either in XML for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme.

Expand All @@ -26,7 +26,7 @@ Further information, documentation and updates are available on the [plugin home

[As featured on the WPMU blog](http://wpmu.org/wordpress-code-snippets)

If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets). If you like the plugin, or it is useful to you in any way, please review it on [WordPress.org][review]
If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets). If you like the plugin, or it is useful to you in any way, please review it on [WordPress.org](http://wordpress.org/support/view/plugin-reviews/code-snippets).

== Installation ==

Expand All @@ -52,7 +52,7 @@ If you have any feedback, issues, or suggestions for improvements please leave a

Further documentation available on the [plugin website](http://code-snippets.bungeshea.com/docs/).

= Do I need to include the `<?php`, `<?` or `?>` tags in my snippet? =
= Do I need to include the `&lt;?php`, `&lt;?` or `?&gt;` tags in my snippet? =
No, just copy all the content inside those tags.

= Is there a way to add a snippet but not run it right away? =
Expand Down Expand Up @@ -88,13 +88,13 @@ Yes. Click the checkboxes next to the snippets you want to export, and then choo
You can run snippets across an entire multisite network by **Network Activating** Code Snippets through the Network Dashboard.

= I need help with Code Snippets =
You can get help with Code Snippets either on the [WordPress Support Forums][support] or on [GithHub][issues].
You can get help with Code Snippets either on the [WordPress Support Forums](http://wordpress.org/support/plugin/code-snippets/) or on [GithHub](https://github.com/bungeshea/code-snippets/issues).

= I have an idea for a cool feature for Code Snippets! =
That's great! Let me know by starting (or adding to) a topic in the [Support Forums][support] or open an issue on [GitHub][issues].
That's great! Let me know by starting (or adding to) a topic in the [Support Forums](http://wordpress.org/support/plugin/code-snippets/) or open an issue on [GitHub](https://github.com/bungeshea/code-snippets/issues).

= I want to contribute to and help develop the Code Snippets plugin! =
That's fantastic! Join me on [GitHub][github], and also be sure to check out the [development page](http://code-snippets.bungeshea.com/development/) on the [project website][homepage].
That's fantastic! Join me on [GitHub](https://github.com/bungeshea/code-snippets), and also be sure to check out the [development page](http://code-snippets.bungeshea.com/development/) on the [project website](http://code-snippets.bungeshea.com).

== Screenshots ==

Expand Down Expand Up @@ -197,10 +197,4 @@ Added code highlighting |
Plugin data will now be cleaned up when you delete the plugin.

= 1.1 =
Minor bug fixes and improvements on the the 'Edit Snippet' page

[support]: http://wordpress.org/support/plugin/code-snippets/
[github]: https://github.com/bungeshea/code-snippets
[homepage]: http://code-snippets.bungeshea.com
[issues]: https://github.com/bungeshea/code-snippets/issues
[review]: http://wordpress.org/support/view/plugin-reviews/code-snippets
Minor bug fixes and improvements on the the 'Edit Snippet' page

0 comments on commit ecde672

Please sign in to comment.