Changeset 1271366
- Timestamp:
- 10/22/2015 09:57:15 PM (10 years ago)
- Location:
- swfput/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
swfput.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
swfput/trunk/readme.txt
r1259400 r1271366 260 260 261 261 Post a comment at 262 http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin/262 //agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/ 263 263 or email edhynan at the email provider 'gmail' with the 264 264 top level domain 'com', or of course go the the SWFPut -
swfput/trunk/swfput.php
r1259400 r1271366 2 2 /* 3 3 Plugin Name: SWFPut 4 Plugin URI: http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin4 Plugin URI: //agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/ 5 5 Description: Add Flash and HTML5 video to WordPress posts, pages, and widgets, from arbitrary URI's or media library ID's or files in your media upload directory tree (including uploads not in the WordPress media library). 6 6 Version: 3.0.5 7 7 Author: Ed Hynan 8 Author URI: http://agalena.nfshost.com/b1/8 Author URI: //agalena.nfshost.com/b1/ 9 9 License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 10 10 Text Domain: swfput_l10n … … 111 111 class SWF_put_evh { 112 112 // web page as of release 113 const plugin_webpage = '//agalena.nfshost.com/b1/s wfput-html5-flash-wordpress-plugin';113 const plugin_webpage = '//agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/'; 114 114 115 115 // this version
Note: See TracChangeset
for help on using the changeset viewer.