Changeset 163634
- Timestamp:
- 02/28/2022 02:50:54 PM (4 years ago)
- Location:
- lightning/14.17.5
- Files:
-
- 4 edited
- 1 copied
- . (copied) (copied from lightning/14.17.4)
- _g2/functions.php (modified) (1 diff)
- _g3/functions.php (modified) (1 diff)
- readme.txt (modified) (2 diffs)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lightning/14.17.5/_g2/functions.php
r163602 r163634 120 120 } 121 121 global $pagenow; 122 if ( 'widgets.php' !== $pagenow ) {122 if ( 'widgets.php' === $pagenow ) { 123 123 return; 124 124 } -
lightning/14.17.5/_g3/functions.php
r163602 r163634 200 200 } 201 201 global $pagenow; 202 if ( 'widgets.php' !== $pagenow ) {202 if ( 'widgets.php' === $pagenow ) { 203 203 return; 204 204 } -
lightning/14.17.5/readme.txt
r163602 r163634 3 3 Lightning WordPress theme is licensed under the GPL. 4 4 Tested up to: 5.9.1 5 Stable tag: 14.17. 45 Stable tag: 14.17.5 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 v14.17.5 42 [ G3 / G2 ][Bug fix ] Fix not loaded 43 41 44 v14.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. 43 46 [ G3 ][ Design bug fix ] Fix VK Outer Blocks width 44 47 -
lightning/14.17.5/style.css
r163602 r163634 6 6 Author: Vektor,Inc. 7 7 Author URI: https://www.vektor-inc.co.jp 8 Version: 14.17. 48 Version: 14.17.5 9 9 Requires at least: 5.3 10 10 Tested up to: 5.9.0
Note: See TracChangeset for help on using the changeset viewer.