Changeset 299584
- Timestamp:
- 11/21/2025 06:39:56 AM (3 days ago)
- Location:
- neek/15.9
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from neek/15.8)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neek/15.9/functions.php
r298063 r299584 1 1 <?php 2 2 3 define( 'NEEK_THEME_VERSION', '15. 8' );3 define( 'NEEK_THEME_VERSION', '15.9' ); 4 4 5 5 function neek_css() { -
neek/15.9/readme.txt
r298063 r299584 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 5.6 7 Stable tag: 15. 88 Version: 15. 87 Stable tag: 15.9 8 Version: 15.9 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 94 94 ##Changelog 95 95 96 @version 15.9 97 * Form Style Issue Fixed 98 96 99 @version 15.8 97 100 * Block Style Issue Fixed -
neek/15.9/style.css
r298063 r299584 6 6 Description: Neek is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Neek comes with everything you could ever need to build an amazing website, and it's perfect for any type of business! View the demo of Neek Premium https://demo.speciatheme.com/pro/?theme=neek 7 7 Template: specia 8 Version: 15. 88 Version: 15.9 9 9 Tested up to: 6.8 10 10 Requires PHP: 5.6 … … 964 964 border: none; 965 965 } 966 967 select:focus, 968 .form-control:focus { 969 border-color: rgb(255, 33, 79); 970 box-shadow: 0 0 5px rgba(255, 33, 79, 1); 971 }
Note: See TracChangeset
for help on using the changeset viewer.