Changes between Initial Version and Version 1 of Ticket #35101, comment 7
- Timestamp:
- 12/22/2015 06:46:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35101, comment 7
initial v1 1 1 After some additional testing, and reading through @wetapplemedia breakdown of the issue, I was able to reproduce this issue. 2 2 3 It seems that after you change the value of one of the drop downs, the users settings were updated for the three respective fields, in utils.js: 'align', 'urlbutton' and 'imgsize'.3 It seems that after you change the value of one of the drop downs, the users settings were updated for the three respective fields, in utils.js: `align`, `urlbutton` and `imgsize`. 4 4 5 5 https://github.com/WordPress/WordPress/blob/77e365efbf2e499e2ed11d29c101ea466cf1ceed/wp-includes/js/utils.js#L177