studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
528 stars 285 forks source link

Fix genesis_sample_color_brightness() #394

Open lauweijie opened 2 years ago

lauweijie commented 2 years ago

genesis_sample_color_brightness() produces invalid hex color codes given certain inputs.

genesis_sample_color_brightness( '#ff00ff' , 5 );

Expected: #ff05ff Actual #ff5ff

How to test

  1. echo genesis_sample_color_brightness( '#ff00ff' , 5 );
  2. Verify output

Documentation

No documentation required.

Suggested changelog entry

kangchenghua commented 2 years ago

Hi, sorry this is kind of irrelevant to your PR, but I'm wondering if you are willing to mentor me in software dev? I came from your LinkedIn and am looking for pursuing a similar path :>