Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPixle authored Jan 9, 2024
1 parent be82a93 commit ed23276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ function quickwp_block_styles() {

add_action( 'init', 'quickwp_block_styles' );


define( 'QuickWP_URL', trailingslashit( get_template_directory_uri() ) );

Check failure on line 132 in functions.php

View workflow job for this annotation

GitHub Actions / Lint: PHP

Constants must be uppercase; expected 'QUICKWP_URL' but found 'QuickWP_URL'

/**
* Enqueue block stylesheets.
*/
Expand Down

0 comments on commit ed23276

Please sign in to comment.