Plugin Directory

Changeset 1669887


Ignore:
Timestamp:
06/02/2017 09:10:05 PM (9 years ago)
Author:
JohnPBloch
Message:

Bump tested-up-to version

Location:
child-themify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • child-themify/trunk/assets/js/legacy.js

    r1514375 r1669887  
    11/*! Child Themify - v1.2.0
    2 * Copyright (c) 2016 John P. Bloch */
     2* Copyright (c) 2017 John P. Bloch */
    33(function (window, l10n) {
    44    if (typeof l10n.link !== 'string' || l10n.link.length < 1) {
  • child-themify/trunk/assets/js/legacy.min.js

    r1514375 r1669887  
    11/*! Child Themify - v1.2.0
    2 * Copyright (c) 2016 John P. Bloch */
    3 !function(a,b){if(!("string"!=typeof b.link||b.link.length<1)){var c,d,e,f,g=a.document,h=g.getElementById("customize-current-theme-link");if(h){h=h.parentNode;for(c in h.childNodes)if(h.childNodes.hasOwnProperty(c)&&void 0!==h.childNodes[c].nodeName&&"UL"===h.childNodes[c].nodeName.toUpperCase()){d=h.childNodes[c];break}d&&(f=g.createElement("a"),f.appendChild(g.createTextNode(b.createAChildTheme)),f.href=b.link,e=g.createElement("li"),e.appendChild(f),d.appendChild(e))}}}(window,window.childThemify);
     2* Copyright (c) 2017 John P. Bloch */
     3
     4!function(e,d){if(!("string"!=typeof d.link||d.link.length<1)){var i,n,t,l,o=e.document,h=o.getElementById("customize-current-theme-link");if(h){h=h.parentNode;for(i in h.childNodes)if(h.childNodes.hasOwnProperty(i)&&void 0!==h.childNodes[i].nodeName&&"UL"===h.childNodes[i].nodeName.toUpperCase()){n=h.childNodes[i];break}n&&((l=o.createElement("a")).appendChild(o.createTextNode(d.createAChildTheme)),l.href=d.link,(t=o.createElement("li")).appendChild(l),n.appendChild(t))}}}(window,window.childThemify);
  • child-themify/trunk/readme.txt

    r1514375 r1669887  
    33Tags: themes, child, theme
    44Requires at least: 3.4.2
    5 Tested up to: 4.6.9
     5Tested up to: 4.8.9
    66Stable tag: 1.2.0
    77License: GPL-2.0+
Note: See TracChangeset for help on using the changeset viewer.