Changeset 496824
- Timestamp:
- 01/29/2012 10:48:06 AM (14 years ago)
- Location:
- no-soup
- Files:
-
- 2 added
- 2 edited
-
assets (added)
-
assets/banner-772x250.jpg (added)
-
trunk/no-soup.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
no-soup/trunk/no-soup.php
r496806 r496824 150 150 if ( ! function_exists( '_log' ) ) { 151 151 function _log() { 152 if( WP_DEBUG === true ){153 $args = func_get_args();154 error_log(print_r($args, true));155 }152 if( WP_DEBUG === true ) { 153 $args = func_get_args(); 154 error_log( print_r( $args, true ) ); 155 } 156 156 } 157 157 } … … 161 161 } 162 162 163 add_action( 'admin_menu', array(&$nosoup, 'init_admin' ) );163 add_action( 'admin_menu', array(&$nosoup, 'init_admin' ) ); 164 164 add_action( 'init', array(&$nosoup, 'check_ip') ); -
no-soup/trunk/readme.txt
r496806 r496824 194 194 194.198.96.0 - 194.198.96.255 195 195 213.115.31.0 - 213.115.31.15 196 197 == Notes == 198 Based on an idea by Anders M Olausson 199 Plugin banner using image by [pagedooley](http://www.flickr.com/photos/pagedooley/6337303438/)
Note: See TracChangeset
for help on using the changeset viewer.