Changes between Version 1 and Version 2 of Ticket #56819, comment 2
- Timestamp:
- 10/13/2022 04:36:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56819, comment 2
v1 v2 1 [ This line](https://github.com/WordPress/wordpress-develop/blob/cfe4548fde3b10b6d2a01d7fdd105c990dda1409/src/js/_enqueues/admin/inline-edit-post.js#L308):1 [https://github.com/WordPress/wordpress-develop/blob/cfe4548fde3b10b6d2a01d7fdd105c990dda1409/src/js/_enqueues/admin/inline-edit-post.js#L308 Line 308]: 2 2 {{{ 3 3 $(':input[name="post_author"]', editRow).prepend('<option value="' + $('.post_author', rowData).text() + '">' + $('#' + t.type + '-' + id + ' .author').text() + '</option>');