From ecde6720b8ef52bef5f42037b679c749ae8888ef Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 22 Dec 2012 17:49:18 +1100 Subject: [PATCH] Fixed bugs in readme.txt --- readme.txt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/readme.txt b/readme.txt index f8a595f9..eaa04ac9 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 == @@ -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 `` tags in my snippet? = += Do I need to include the `<?php`, `<?` or `?>` 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? = @@ -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 == @@ -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 \ No newline at end of file +Minor bug fixes and improvements on the the 'Edit Snippet' page \ No newline at end of file