wpsharks / alert-box-shortcode

Alert Box Shortcode for WordPress by WP Sharks™.
https://wpsharks.com/
GNU General Public License v3.0
0 stars 0 forks source link

Use Dashicons instead of importing FontAwesome #1

Closed raamdev closed 8 years ago

raamdev commented 8 years ago

Right now ABS imports FontAwesome. However, we should use the WordPress Dashicons instead of importing FontAwesome; WordPress already includes a lot of icons so there's no need to load a whole new set if we can use the existing ones.

Forked from https://github.com/websharks/team/issues/59#issuecomment-213952543.

kristineds commented 8 years ago

Next Release Changelog:

raamdev commented 8 years ago

@kristineds Cool! Since you followed the proper format, that changelog entry was automatically inserted to the release here: https://github.com/websharks/alert-box-shortcode/releases

We have a script watching GitHub comments that start with "Next Release Changelog" and that script then automatically appends the changelog entry to the release with the title "Next Release". :-)

kristineds commented 8 years ago

We have a script watching GitHub comments that start with "Next Release Changelog" and that script then automatically appends the changelog entry to the release with the title "Next Release". :-)

Very nice! I didn't know that. I'll try to remember that on the next GHI I'm going to work on for this project. 😉