Changeset 1669887
- Timestamp:
- 06/02/2017 09:10:05 PM (9 years ago)
- Location:
- child-themify/trunk
- Files:
-
- 3 edited
-
assets/js/legacy.js (modified) (1 diff)
-
assets/js/legacy.min.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
child-themify/trunk/assets/js/legacy.js
r1514375 r1669887 1 1 /*! Child Themify - v1.2.0 2 * Copyright (c) 201 6John P. Bloch */2 * Copyright (c) 2017 John P. Bloch */ 3 3 (function (window, l10n) { 4 4 if (typeof l10n.link !== 'string' || l10n.link.length < 1) { -
child-themify/trunk/assets/js/legacy.min.js
r1514375 r1669887 1 1 /*! 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 3 3 Tags: themes, child, theme 4 4 Requires at least: 3.4.2 5 Tested up to: 4. 6.95 Tested up to: 4.8.9 6 6 Stable tag: 1.2.0 7 7 License: GPL-2.0+
Note: See TracChangeset
for help on using the changeset viewer.