Ticket #26433: 26433.diff
File 26433.diff, 360 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/theme.js
223 223 return; 224 224 } 225 225 226 // Don't navigate away to author URLs. 227 event.preventDefault(); 228 226 229 this.trigger( 'theme:expand', self.model.cid ); 227 230 } 228 231 });