File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function add_replace_response_template() {
4343 */
4444 public function maybe_enqueue_assets ( $ hook ) {
4545 // Break out early if we are not on a String Locator page
46- if ( 'tools-page-string -locator ' !== $ hook && 'toplevel_page_string-locator ' !== $ hook ) {
46+ if ( 'tools_page_string -locator ' !== $ hook && 'toplevel_page_string-locator ' !== $ hook ) {
4747 return ;
4848 }
4949
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ public static function absbool( $value ) {
430430 */
431431 function admin_enqueue_scripts ( $ hook ) {
432432 // Break out early if we are not on a String Locator page
433- if ( 'tools-page-string -locator ' !== $ hook && 'toplevel_page_string-locator ' !== $ hook ) {
433+ if ( 'tools_page_string -locator ' !== $ hook && 'toplevel_page_string-locator ' !== $ hook ) {
434434 return ;
435435 }
436436
You can’t perform that action at this time.
0 commit comments