Changeset 383268
- Timestamp:
- 05/10/2011 05:10:59 PM (15 years ago)
- Location:
- print-array/trunk
- Files:
-
- 2 edited
-
print-array.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print-array/trunk/print-array.php
r382833 r383268 3 3 Plugin Name: Print Array 4 4 Plugin URI: http://www.baileygp.com/opensource/wordpress/plugins/print-array.zip 5 Version: 0. 15 Version: 0.2 6 6 Author: Justin Thomas for Bailey Brand Consulting 7 7 Description: Add something here... … … 219 219 //Actions 220 220 add_action('admin_menu', 'PrintArray_AdminPage'); 221 add_action('wp_head', array(&$dl_printArray, 'addHeaderCode'), 1);221 //add_action('wp_head', array(&$dl_printArray, 'addHeaderCode'), 1); 222 222 add_action('activate_print-array/print-array.php', array(&$dl_printArray, 'init')); 223 223 } -
print-array/trunk/readme.txt
r382852 r383268 26 26 = 0.1 = 27 27 * First version, basic functionality 28 = 0.2 = 29 * Streamlined code, removed unnecessary code comments
Note: See TracChangeset
for help on using the changeset viewer.