Changeset 1301572
- Timestamp:
- 12/06/2015 06:53:44 PM (10 years ago)
- Location:
- my-custom-css
- Files:
-
- 4 edited
-
tags/2.9/my-custom-css.php (modified) (2 diffs)
-
tags/2.9/readme.txt (modified) (1 diff)
-
trunk/my-custom-css.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
my-custom-css/tags/2.9/my-custom-css.php
r1301563 r1301572 5 5 Description: With this plugin you can put custom css code without edit your theme and/or your plugins (really useful in case of any theme/plugin update). 6 6 It contain also <a href="https://ace.c9.io/">Ace (Ajax.org Cloud9 Editor)</a> Code Editor for write a good css code. 7 You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> :)7 You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> 😊 8 8 PS: support file backup and - very important - static css file (fantastic for performance) ;) 9 9 Author: DarkWolf … … 76 76 if ($file == plugin_basename(__FILE__)) 77 77 { 78 $links[] = '<a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate :)</a>';78 $links[] = '<a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate 😊</a>'; 79 79 } 80 80 return $links; -
my-custom-css/tags/2.9/readme.txt
r1301563 r1301572 8 8 9 9 Enable to add Custom CSS Code via admin panel with Ace (Ajax.org Cloud9 Editor) 10 + backup (see screen) and static file cache (best performance) :)10 + backup (see screen) and static file cache (best performance) 😊 11 11 12 12 == Description == -
my-custom-css/trunk/my-custom-css.php
r1301563 r1301572 5 5 Description: With this plugin you can put custom css code without edit your theme and/or your plugins (really useful in case of any theme/plugin update). 6 6 It contain also <a href="https://ace.c9.io/">Ace (Ajax.org Cloud9 Editor)</a> Code Editor for write a good css code. 7 You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> :)7 You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> 😊 8 8 PS: support file backup and - very important - static css file (fantastic for performance) ;) 9 9 Author: DarkWolf … … 76 76 if ($file == plugin_basename(__FILE__)) 77 77 { 78 $links[] = '<a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate :)</a>';78 $links[] = '<a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate 😊</a>'; 79 79 } 80 80 return $links; -
my-custom-css/trunk/readme.txt
r1301563 r1301572 8 8 9 9 Enable to add Custom CSS Code via admin panel with Ace (Ajax.org Cloud9 Editor) 10 + backup (see screen) and static file cache (best performance) :)10 + backup (see screen) and static file cache (best performance) 😊 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.