wp core update 6.6
This commit is contained in:
@@ -191,7 +191,7 @@ wp.themePluginEditor = (function( $ ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Scroll ot the line that has the error.
|
||||
// Scroll to the line that has the error.
|
||||
if ( component.lintErrors.length ) {
|
||||
component.instance.codemirror.setCursor( component.lintErrors[0].from.line );
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user