Changeset 426559
- Timestamp:
- 08/20/2011 11:23:11 PM (15 years ago)
- Location:
- dark-site/trunk
- Files:
-
- 2 edited
-
darksite.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dark-site/trunk/darksite.php
r426524 r426559 1 1 <?php 2 /**3 * @package Dark_Site4 * @version 1.05 */6 2 /* 7 3 Plugin Name: Dark Site … … 11 7 Version: 1.0 12 8 Author URI: http://makoweb.com/ 13 License: A "Slug" license name e.g.GPL29 License: GPL2 14 10 */ 15 11 16 12 17 /* Copyright YEAR PLUGIN_AUTHOR_NAME (email : PLUGIN AUTHOR EMAIL)13 /* Copyright 2011 Bernard Clark-Makoweb.com (email : bernie@makoweb.com) 18 14 19 15 This program is free software; you can redistribute it and/or modify … … 43 39 return ''; 44 40 } 45 46 47 41 // Now we set that function up to execute when the admin_notices action is called 48 42 add_action( 'get_header', 'do_dark_site' ); -
dark-site/trunk/readme.txt
r426531 r426559 1 === dark-site ===1 === Dark Site === 2 2 Contributors: bcaa8ra 3 3 Donate link: http://makoweb.com/dark-site/ 4 Tags: dark site, private, privacy, development4 Tags: Dark Site, private, privacy, development 5 5 Requires at least: 2.0.0 6 6 Tested up to: 3.2.1
Note: See TracChangeset
for help on using the changeset viewer.