Plugin Directory

Changeset 1466425


Ignore:
Timestamp:
08/02/2016 07:56:47 PM (10 years ago)
Author:
lcwakeman
Message:

v 2.3

Location:
dmc-media
Files:
21 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • dmc-media/trunk/dmcmedia.php

    r1456646 r1466425  
    22/**
    33Plugin Name: DMC Media Play and Download
    4 Version: 2.2
     4Version: 2.3
    55Plugin URI: http://larrywakeman.com/download/dmc-media/
    66Donate URI: http://larrywakeman.com/download/dmc-media/
     
    3838*/
    3939    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 = '') {
    4141          GLOBAL $core;
    4242          if ($plugin_dir == '') $plugin_dir = str_replace('\\', '/', plugin_dir_path( __FILE__ ));
  • dmc-media/trunk/readme.txt

    r1456646 r1466425  
    66Tags: User Listing
    77Requires at least: 4.2.
    8 Tested up to: 4.5.3
    9 Stable tag: 2.2
     8Tested up to: 4.6
     9Stable tag: 2.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.