Plugin Directory

Changeset 1883742


Ignore:
Timestamp:
05/30/2018 03:11:31 AM (8 years ago)
Author:
master buldog
Message:

Update 1.3.1 v2

Location:
wdes-responsive-popup
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wdes-responsive-popup/trunk/lib/view/title.php

    r1743689 r1883742  
    6969    );
    7070}else{
     71    $attr = wpkeyvalue( $atts, 'attr' ) ? : '';
    7172    printf(
    72         '<span%s class="wdes-popup-cursor wdes-popup-title-%s wdes-popup-title %s" %s %s %s %s>%s</span>',
     73        '<span%s class="wdes-popup-cursor wdes-popup-title-%s wdes-popup-title %s" %s %s %s %s %s>%s</span>',
    7374        $titleid,
    7475        $atts['id'],
    7576        $atts['class'],
     77        $attr,
    7678        $contentid,
    7779        $auto_fit,
  • wdes-responsive-popup/trunk/readme.txt

    r1883740 r1883742  
    9595* Update development functions PHP library.
    9696* Fix admin JS error `;`
     97* add `attr` custom attributes
    9798
    9899== Upgrade Notice ==
  • wdes-responsive-popup/trunk/wdes-popup.php

    r1883740 r1883742  
    3333            'title-id' => '',
    3434            'class' => '',
     35            'attr' => '',
    3536            'echo' => true
    3637        );
Note: See TracChangeset for help on using the changeset viewer.