Changeset 147694 for lightning/14.1.5
- Timestamp:
- 05/13/2021 06:58:01 AM (5 years ago)
- Location:
- lightning/14.1.5
- Files:
-
- 3 edited
- 1 copied
- . (copied) (copied from lightning/14.1.4)
- _g3/functions.php (modified) (2 diffs)
- readme.txt (modified) (2 diffs)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lightning/14.1.5/_g3/functions.php
r147678 r147694 54 54 array( 55 55 'name' => esc_attr__( 'Large', 'lightning' ), 56 'size' => 18, 57 'slug' => 'large', 58 ), 59 array( 60 'name' => esc_attr__( 'Huge', 'lightning' ), 56 61 'size' => 21, 57 'slug' => 'large',58 ),59 array(60 'name' => esc_attr__( 'Huge', 'lightning' ),61 'size' => 28,62 62 'slug' => 'huge', 63 63 ), … … 97 97 98 98 add_theme_support( 'custom-spacing' ); 99 100 /* 101 cope with responsive-embeds 102 /*-------------------------------------------*/ 103 add_theme_support( 'responsive-embeds' ); 99 104 100 105 /* -
lightning/14.1.5/readme.txt
r147678 r147694 3 3 Lightning WordPress theme is licensed under the GPL. 4 4 Tested up to: 5.7.1 5 Stable tag: 14.1. 45 Stable tag: 14.1.5 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 == Changelog == 41 42 v14.1.5 43 [ Bug fix ] cope with responsive-embeds 41 44 42 45 v14.1.4 -
lightning/14.1.5/style.css
r147678 r147694 6 6 Author: Vektor,Inc. 7 7 Author URI: https://www.vektor-inc.co.jp 8 Version: 14.1. 48 Version: 14.1.5 9 9 Requires at least: 5.3 10 10 Tested up to: 5.7.0
Note: See TracChangeset for help on using the changeset viewer.