Changeset 1466425
- Timestamp:
- 08/02/2016 07:56:47 PM (10 years ago)
- Location:
- dmc-media
- Files:
-
- 21 added
- 1 deleted
- 2 edited
-
tags/2.3 (added)
-
tags/2.3/common (added)
-
tags/2.3/common/lcw_common (added)
-
tags/2.3/common/lcw_common.php (added)
-
tags/2.3/common/lcw_common/Lcw_common_dbMaintenence_plus.php (added)
-
tags/2.3/common/lcw_common/Lcw_common_formgeneration_plus.php (added)
-
tags/2.3/common/lcw_common/Lcw_common_wp_db_driver.php (added)
-
tags/2.3/common/lcw_common/images (added)
-
tags/2.3/common/lcw_common/images/arrows.png (added)
-
tags/2.3/db (added)
-
tags/2.3/db/database.php (added)
-
tags/2.3/dmcmedia.php (added)
-
tags/2.3/images (added)
-
tags/2.3/images/ajax-loader.gif (added)
-
tags/2.3/images/arrows.png (added)
-
tags/2.3/images/notes.png (added)
-
tags/2.3/objects (added)
-
tags/2.3/objects/dmc_admin.php (added)
-
tags/2.3/objects/dmc_client.php (added)
-
tags/2.3/objects/dmc_media_activate.php (added)
-
tags/2.3/readme.txt (added)
-
trunk/activate.log (deleted)
-
trunk/dmcmedia.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dmc-media/trunk/dmcmedia.php
r1456646 r1466425 2 2 /** 3 3 Plugin Name: DMC Media Play and Download 4 Version: 2. 24 Version: 2.3 5 5 Plugin URI: http://larrywakeman.com/download/dmc-media/ 6 6 Donate URI: http://larrywakeman.com/download/dmc-media/ … … 38 38 */ 39 39 if (!function_exists('lcw_common_add_class')) { 40 function lcw_common_add_class($classname, $plugin_dir = '', $plugin_url = '', $option_class ) {40 function lcw_common_add_class($classname, $plugin_dir = '', $plugin_url = '', $option_class = '') { 41 41 GLOBAL $core; 42 42 if ($plugin_dir == '') $plugin_dir = str_replace('\\', '/', plugin_dir_path( __FILE__ )); -
dmc-media/trunk/readme.txt
r1456646 r1466425 6 6 Tags: User Listing 7 7 Requires at least: 4.2. 8 Tested up to: 4. 5.39 Stable tag: 2. 28 Tested up to: 4.6 9 Stable tag: 2.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.