Plugin Directory

Changeset 496824


Ignore:
Timestamp:
01/29/2012 10:48:06 AM (14 years ago)
Author:
windyjonas
Message:

added banner and notes

Location:
no-soup
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • no-soup/trunk/no-soup.php

    r496806 r496824  
    150150if ( ! function_exists( '_log' ) ) {
    151151    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        }
    156156    }
    157157}
     
    161161}
    162162
    163 add_action( 'admin_menu', array(&$nosoup, 'init_admin' ));
     163add_action( 'admin_menu', array(&$nosoup, 'init_admin' ) );
    164164add_action( 'init', array(&$nosoup, 'check_ip') );
  • no-soup/trunk/readme.txt

    r496806 r496824  
    194194194.198.96.0 - 194.198.96.255 
    195195213.115.31.0 - 213.115.31.15 
     196
     197== Notes ==
     198Based on an idea by Anders M Olausson
     199Plugin banner using image by [pagedooley](http://www.flickr.com/photos/pagedooley/6337303438/)
Note: See TracChangeset for help on using the changeset viewer.