Plugin Directory

Changeset 1301572


Ignore:
Timestamp:
12/06/2015 06:53:44 PM (10 years ago)
Author:
DarkWolf
Message:

fix readme

Location:
my-custom-css
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • my-custom-css/tags/2.9/my-custom-css.php

    r1301563 r1301572  
    55Description: 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).
    66It 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> :)
     7You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> &#128522;
    88PS: support file backup and - very important - static css file (fantastic for performance) ;)
    99Author: DarkWolf
     
    7676        if ($file == plugin_basename(__FILE__))
    7777        {
    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 &#128522;</a>';
    7979        }
    8080        return $links;
  • my-custom-css/tags/2.9/readme.txt

    r1301563 r1301572  
    88
    99Enable 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) &#128522;
    1111
    1212== Description ==
  • my-custom-css/trunk/my-custom-css.php

    r1301563 r1301572  
    55Description: 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).
    66It 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> :)
     7You can see in action (source code) here: <a href="http://www.vegamami.it/">VegAmami</a> &#128522;
    88PS: support file backup and - very important - static css file (fantastic for performance) ;)
    99Author: DarkWolf
     
    7676        if ($file == plugin_basename(__FILE__))
    7777        {
    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 &#128522;</a>';
    7979        }
    8080        return $links;
  • my-custom-css/trunk/readme.txt

    r1301563 r1301572  
    88
    99Enable 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) &#128522;
    1111
    1212== Description ==
Note: See TracChangeset for help on using the changeset viewer.