Changeset 671231
- Timestamp:
- 02/21/2013 03:12:26 PM (13 years ago)
- Location:
- notifysnack
- Files:
-
- 2 edited
-
tags/1.1/notifysnack.php (modified) (2 diffs)
-
trunk/notifysnack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notifysnack/tags/1.1/notifysnack.php
r670829 r671231 5 5 Plugin URI: http://www.notifysnack.com/ 6 6 Description: NotifySnack for WordPress plugin 7 Version: 1. 07 Version: 1.1 8 8 Author: Snacktools 9 9 Author URI: http://www.snacktools.com … … 245 245 if ( !function_exists( 'wp_kses' ) ) { 246 246 require_once( ABSPATH . 'wp-includes/kses.php' ); 247 } 248 249 global $allowedposttags; 247 } global $allowedposttags; 250 248 global $allowedprotocols; 251 249 -
notifysnack/trunk/notifysnack.php
r670829 r671231 5 5 Plugin URI: http://www.notifysnack.com/ 6 6 Description: NotifySnack for WordPress plugin 7 Version: 1. 07 Version: 1.1 8 8 Author: Snacktools 9 9 Author URI: http://www.snacktools.com … … 245 245 if ( !function_exists( 'wp_kses' ) ) { 246 246 require_once( ABSPATH . 'wp-includes/kses.php' ); 247 } 248 249 global $allowedposttags; 247 } global $allowedposttags; 250 248 global $allowedprotocols; 251 249
Note: See TracChangeset
for help on using the changeset viewer.