You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ No, just copy all the content inside those tags.
60
60
Yes. Just add it but do not activate it yet.
61
61
62
62
### How can I insert my snippet into the post text editor?
63
-
Snippets that you add to this plugin are not ment to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
63
+
Snippets that you add to this plugin are not meant to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
64
64
65
65
### What do I use to write my snippets?
66
66
The [CodeMirror](http://codemirror.net) source-code editor will add line numbers, syntax highlighting, bracket matching, search, tabulate and other cool features to the code editor.
@@ -186,8 +186,6 @@ Plugin updates will be posted on the [plugin's homepage][homepage] ([RSS](http:/
186
186
* Snippets are stored in the `wp_snippets` table in the WordPress database (the table name may differ depending on what your table prefix is set to).
187
187
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.
Copy file name to clipboardExpand all lines: readme.txt
+2-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can use a graphical interface, similar to the Plugins menu, to manage, activ
22
22
23
23
Although Code Snippets is designed to be easy-to-use and its interface looks, feels and acts as if it was a native part of WordPress, each screen includes a help tab, just in case you get stuck.
24
24
25
-
Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com).
25
+
Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com). You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).
26
26
27
27
[As featured on the WPMU blog](http://wpmu.org/wordpress-code-snippets)
28
28
@@ -59,7 +59,7 @@ No, just copy all the content inside those tags.
59
59
Yes. Just add it but do not activate it yet.
60
60
61
61
= How can I insert my snippet into the post text editor? =
62
-
Snippets that you add to this plugin are not ment to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
62
+
Snippets that you add to this plugin are not meant to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
63
63
64
64
= What do I use to write my snippets? =
65
65
The [CodeMirror](http://codemirror.net) source-code editor will add line numbers, syntax highlighting, bracket matching, search, tabulate and other cool features to the code editor.
@@ -176,8 +176,6 @@ Plugin updates will be posted on the [plugin's homepage](http://code-snippets.bu
176
176
* Snippets are stored in the `wp_snippets` table in the WordPress database (the table name may differ depending on what your table prefix is set to).
177
177
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.
178
178
179
-
You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).
0 commit comments