Make WordPress Themes

Changeset 163634

Timestamp:
02/28/2022 02:50:54 PM (4 years ago)
Author:
themedropbox
Message:

New version of Lightning - 14.17.5

Location:
lightning/14.17.5
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lightning/14.17.5/_g2/functions.php

    r163602 r163634  
    120120    }
    121121    global $pagenow;
    122     if ( 'widgets.php' !== $pagenow ) {
     122    if ( 'widgets.php' === $pagenow ) {
    123123        return;
    124124    }
  • lightning/14.17.5/_g3/functions.php

    r163602 r163634  
    200200    }
    201201    global $pagenow;
    202     if ( 'widgets.php' !== $pagenow ) {
     202    if ( 'widgets.php' === $pagenow ) {
    203203        return;
    204204    }
  • lightning/14.17.5/readme.txt

    r163602 r163634  
    33Lightning WordPress theme is licensed under the GPL.
    44Tested up to: 5.9.1
    5 Stable tag: 14.17.4
     5Stable tag: 14.17.5
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
     41v14.17.5
     42[ G3 / G2 ][Bug fix ] Fix not loaded
     43
    4144v14.17.4
    42 [ G3 / G2 ][Bug fix ] Fix JS rrror on widget edit screen.
     45[ G3 / G2 ][Bug fix ] Fix JS error on widget edit screen.
    4346[ G3 ][ Design bug fix ] Fix VK Outer Blocks width
    4447
  • lightning/14.17.5/style.css

    r163602 r163634  
    66Author: Vektor,Inc.
    77Author URI: https://www.vektor-inc.co.jp
    8 Version: 14.17.4
     8Version: 14.17.5
    99Requires at least: 5.3
    1010Tested up to: 5.9.0
Note: See TracChangeset for help on using the changeset viewer.