Skip to content

Commit

Permalink
Tweak the admin page comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Jun 21, 2024
1 parent 3656f68 commit a71472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custom-status/custom-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function init() {
// Register our settings
add_action( 'admin_init', array( $this, 'register_settings' ) );

// Load CSS and JS resources that we probably need
// Load CSS and JS resources that we probably need in the admin page
add_action( 'admin_enqueue_scripts', array( $this, 'action_admin_enqueue_scripts' ) );

// Assets for block editor UI.
Expand Down

0 comments on commit a71472e

Please sign in to comment.