Changeset 692066
- Timestamp:
- 04/05/2013 07:32:05 AM (13 years ago)
- File:
-
- 1 edited
-
jb-common/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jb-common/trunk/readme.txt
r692055 r692066 29 29 = Why not writting a plugin for each feature? = 30 30 31 This plugin bundles the extra features I use often on my WordPress projects.32 31 Managing one plugin is faster and cleaner than managing many. 33 32 34 33 = I need only one of your features and I don't want to install them all = 35 34 36 Feel free to copy the code from that feature to your own plugin. 35 Feel free to copy the code from that feature to your own plugin, but remember 36 the GNU/GPLv3 or later license! 37 37 38 38 = Will you add new features in the next version? = … … 60 60 * Available languages: english (default), castillian (spanish) (es_ES). 61 61 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"). 65 63 (Option `jbcommon_attachments_meta_key`) 66 64 … … 74 72 maintenance" page. 75 73 (Options `jbcommon_maintenance_mode` , `jbcommon_maintenance_url` , 76 `jbcommon_maintenance_key` and `jbcommon_maintenance_value`)74 `jbcommon_maintenance_key` and `jbcommon_maintenance_value`) 77 75 78 76 * Enable the WordPress debug mode without modifying the wp-config.php … … 96 94 and override the WordPress generator meta tag for avoid version echoing. 97 95 (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` ) 99 97 100 98 * Log features that you can integrate on your own code, with multiple 101 99 verbose levels for displaying on screen and writting to a file. 102 100 (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` ) 106 104 107 105 * Author bio echoing. … … 149 147 (Function `jbcommon_is_register_page()` ) 150 148 151 * Echo the print_r PHP function wrapped between <pre> and </pre>.149 * Echo the print_r PHP function wrapped between `<pre>` and `</pre>`. 152 150 (Function `jbcommon_print_r($var)` ) 153 151
Note: See TracChangeset
for help on using the changeset viewer.