Skip to content
Prev Previous commit
Omitted comma.
  • Loading branch information
joedolson committed Mar 6, 2025
commit eee87837b156f91cea67a425e73ed36cde8400a5
2 changes: 1 addition & 1 deletion src/js/_enqueues/lib/nav-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@

addCustomLink : function( processMethod ) {
var url = $('#custom-menu-item-url').val().toString(),
label = $('#custom-menu-item-name').val()
label = $('#custom-menu-item-name').val(),
urlRegex;

if ( '' !== url ) {
Expand Down
Loading