diff --git a/src/wp-admin/js/post.js b/src/wp-admin/js/post.js index 489df6a230..d9d036f0b4 100644 --- a/src/wp-admin/js/post.js +++ b/src/wp-admin/js/post.js @@ -780,7 +780,7 @@ jQuery(document).ready( function($) { } slug_value = ( c > full.length / 4 ) ? '' : full; - e.html('').children('input').keypress(function(e) { + e.html('').children('input').keypress(function(e) { var key = e.keyCode || 0; // on enter, just save the new slug, don't save the post if ( 13 == key ) {