Changeset 2546919
- Timestamp:
- 06/12/2021 10:15:04 PM (5 years ago)
- Location:
- metabox-header-color
- Files:
-
- 2 added
- 5 edited
- 1 copied
-
assets/screenshot-1.png (modified) (previous)
-
tags/1.6.1 (copied) (copied from metabox-header-color/trunk)
-
tags/1.6.1/kl-metabox-header-color.php (modified) (2 diffs)
-
tags/1.6.1/readme.md (added)
-
tags/1.6.1/readme.txt (modified) (3 diffs)
-
trunk/kl-metabox-header-color.php (modified) (2 diffs)
-
trunk/readme.md (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metabox-header-color/tags/1.6.1/kl-metabox-header-color.php
r2546916 r2546919 5 5 Description: Change the color for metabox headers 6 6 Author: Kailey Lampert 7 Version: 1.6 7 Version: 1.6.1 8 8 Author URI: http://kaileylampert.com/ 9 9 */ … … 65 65 text-shadow: 0 1px 0 <?php echo esc_html( $hex_codes['sh'] ); ?>; 66 66 } 67 .postbox-header span, 68 .postbox-header h2 { 69 color: <?php echo esc_html( $hex_codes['tx'] ); ?>; 70 } 67 71 </style><?php 68 72 } -
metabox-header-color/tags/1.6.1/readme.txt
r2546916 r2546919 3 3 Donate link: http://kaileylampert.com/donate/ 4 4 Tags: metabox, style, mu-compatible 5 Requires at least: 2.85 Requires at least: 3.5 6 6 Tested up to: 5.7 7 7 Stable tag: trunk … … 11 11 == Description == 12 12 13 This plugin isn't very useful today.13 This plugin isn't very useful in modern WordPress, as most metaboxes are being replaced with the Block Editor experience. 14 14 15 15 Change the color for the metabox headers for easy visibility. … … 27 27 28 28 == Changelog == 29 30 = 1.6 = 31 * basic upkeep 29 32 30 33 = 1.5 = -
metabox-header-color/trunk/kl-metabox-header-color.php
r2546916 r2546919 5 5 Description: Change the color for metabox headers 6 6 Author: Kailey Lampert 7 Version: 1.6 7 Version: 1.6.1 8 8 Author URI: http://kaileylampert.com/ 9 9 */ … … 65 65 text-shadow: 0 1px 0 <?php echo esc_html( $hex_codes['sh'] ); ?>; 66 66 } 67 .postbox-header span, 68 .postbox-header h2 { 69 color: <?php echo esc_html( $hex_codes['tx'] ); ?>; 70 } 67 71 </style><?php 68 72 } -
metabox-header-color/trunk/readme.txt
r2546916 r2546919 3 3 Donate link: http://kaileylampert.com/donate/ 4 4 Tags: metabox, style, mu-compatible 5 Requires at least: 2.85 Requires at least: 3.5 6 6 Tested up to: 5.7 7 7 Stable tag: trunk … … 11 11 == Description == 12 12 13 This plugin isn't very useful today.13 This plugin isn't very useful in modern WordPress, as most metaboxes are being replaced with the Block Editor experience. 14 14 15 15 Change the color for the metabox headers for easy visibility. … … 27 27 28 28 == Changelog == 29 30 = 1.6 = 31 * basic upkeep 29 32 30 33 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.