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
Code Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
8
+
Code Snippets is an easy, clean and simple way to run code snippets on your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
9
9
10
10
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 less load on your site.
11
11
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.
Copy file name to clipboardExpand all lines: readme.txt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Stable tag: 2.13.1
9
9
License: MIT
10
10
License URI: license.txt
11
11
12
-
An easy, clean and simple way to add code snippets to your site.
12
+
An easy, clean and simple way to run code snippets on your site.
13
13
14
14
== Description ==
15
15
16
-
Code Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
16
+
Code Snippets is an easy, clean and simple way to run PHP code snippets on your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
17
17
18
18
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 less load on your site.
19
19
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.
@@ -122,6 +122,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
122
122
123
123
== Changelog ==
124
124
125
+
= 2.13.2 (25 Jan 2019) =
126
+
* Removed potentially problematic cursor position saving feature
127
+
125
128
= 2.13.1 (22 Jan 2019) =
126
129
* Added: Add menu buttons to settings page for compact menu
127
130
* Updated: French translation updated thanks to momo-fr
0 commit comments