Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56819, comment 2


Ignore:
Timestamp:
10/13/2022 04:36:55 PM (4 years ago)
Author:
sabernhardt
Comment:

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]:
    22{{{
    33$(':input[name="post_author"]', editRow).prepend('<option value="' + $('.post_author', rowData).text() + '">' + $('#' + t.type + '-' + id + ' .author').text() + '</option>');