Plugin Directory

Changeset 671231


Ignore:
Timestamp:
02/21/2013 03:12:26 PM (13 years ago)
Author:
SnackTools
Message:

change stable version in php

Location:
notifysnack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • notifysnack/tags/1.1/notifysnack.php

    r670829 r671231  
    55Plugin URI: http://www.notifysnack.com/
    66Description: NotifySnack for WordPress plugin
    7 Version: 1.0
     7Version: 1.1
    88Author: Snacktools
    99Author URI: http://www.snacktools.com
     
    245245        if ( !function_exists( 'wp_kses' ) ) {
    246246             require_once( ABSPATH . 'wp-includes/kses.php' );
    247         }
    248 
    249         global $allowedposttags;
     247        }        global $allowedposttags;
    250248        global $allowedprotocols;
    251249       
  • notifysnack/trunk/notifysnack.php

    r670829 r671231  
    55Plugin URI: http://www.notifysnack.com/
    66Description: NotifySnack for WordPress plugin
    7 Version: 1.0
     7Version: 1.1
    88Author: Snacktools
    99Author URI: http://www.snacktools.com
     
    245245        if ( !function_exists( 'wp_kses' ) ) {
    246246             require_once( ABSPATH . 'wp-includes/kses.php' );
    247         }
    248 
    249         global $allowedposttags;
     247        }        global $allowedposttags;
    250248        global $allowedprotocols;
    251249       
Note: See TracChangeset for help on using the changeset viewer.