Ticket #57513: 57513.patch
File 57513.patch, 343 bytes (added by , 2 years ago) |
---|
-
wp-admin/js/post.js
diff --git a/wp-admin/js/post.js b/wp-admin/js/post.js index c9b002a65a..3b5bd0648d 100644
a b window.wp = window.wp || {}; 41 41 get : function(total, num) { 42 42 var st = this.st, data; 43 43 if ( ! num ) 44 num = 20;44 num = 10; 45 45 46 46 this.st += num; 47 47 this.total = total;