Plugin Directory

Changeset 692066


Ignore:
Timestamp:
04/05/2013 07:32:05 AM (13 years ago)
Author:
JoanBotella
Message:

Fixing the readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jb-common/trunk/readme.txt

    r692055 r692066  
    2929= Why not writting a plugin for each feature? =
    3030
    31 This plugin bundles the extra features I use often on my WordPress projects.
    3231Managing one plugin is faster and cleaner than managing many.
    3332
    3433= I need only one of your features and I don't want to install them all =
    3534
    36 Feel free to copy the code from that feature to your own plugin.
     35Feel free to copy the code from that feature to your own plugin, but remember
     36the GNU/GPLv3 or later license!
    3737
    3838= Will you add new features in the next version? =
     
    6060* Available languages: english (default), castillian (spanish) (es_ES).
    6161
    62 * Some integration with the Attachments plugin by [Jonathan Christopher]
    63 (https://github.com/jchristopher/attachments "Go to Jonathan Christopher
    64 GitHub site").
     62* Some integration with the Attachments plugin by [Jonathan Christopher](https://github.com/jchristopher/attachments "Go to Jonathan Christopher GitHub site").
    6563(Option `jbcommon_attachments_meta_key`)
    6664
     
    7472maintenance" page.
    7573(Options `jbcommon_maintenance_mode` , `jbcommon_maintenance_url` ,
    76 `jbcommon_maintenance_key` and `jbcommon_maintenance_value`)
     74 `jbcommon_maintenance_key` and `jbcommon_maintenance_value`)
    7775
    7876* Enable the WordPress debug mode without modifying the wp-config.php
     
    9694and override the WordPress generator meta tag for avoid version echoing.
    9795(Options `jbcommon_meta_tag_author` , `jbcommon_meta_tag_description` ,
    98 `jbcommon_meta_tag_generator` , `jbcommon_meta_tag_keywords` )
     96 `jbcommon_meta_tag_generator` , `jbcommon_meta_tag_keywords` )
    9997
    10098* Log features that you can integrate on your own code, with multiple
    10199verbose levels for displaying on screen and writting to a file.
    102100(Options `jbcommon_log` , `jbcommon_log_session_key` ,
    103 `jbcommon_log_file` , `jbcommon_log_file_max_lines` ,
    104 `jbcommon_log_level_file` , `jbcommon_log_level_display_admin` ,
    105 `jbcommon_log_level_display` )
     101 `jbcommon_log_file` , `jbcommon_log_file_max_lines` ,
     102 `jbcommon_log_level_file` , `jbcommon_log_level_display_admin` ,
     103 `jbcommon_log_level_display` )
    106104
    107105* Author bio echoing.
     
    149147(Function `jbcommon_is_register_page()` )
    150148
    151 * Echo the print_r PHP function wrapped between <pre> and </pre>.
     149* Echo the print_r PHP function wrapped between `<pre>` and `</pre>`.
    152150(Function `jbcommon_print_r($var)` )
    153151
Note: See TracChangeset for help on using the changeset viewer.