- Timestamp:
- 08/06/2026 03:31:46 PM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/src/js/_enqueues/admin/inline-edit-post.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/inline-edit-post.js
r62839 r63061 360 360 361 361 // The post author no longer has edit capabilities, so we need to add them to the list of authors. 362 $(':input[name="post_author"]', editRow).prepend('<option value="' + $('.post_author', rowData).text() + '">' + $('#post-' + id + ' .author').text() + '</option>'); 362 $(':input[name="post_author"]', editRow).prepend( 363 new Option( 364 $('#post-' + id + ' .author').text(), 365 $('.post_author', rowData).text() 366 ) 367 ); 363 368 } 364 369 if ( $( ':input[name="post_author"] option', editRow ).length === 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)