Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22720, comment 1


Ignore:
Timestamp:
12/04/2012 06:59:35 PM (13 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22720, comment 1

    initial v1  
    55> There should be a line return between each item, so a blogger using the text mode can easily insert text between the images.
    66
    7 Yes, I agree with that. There is an items.join('') before sending a bunch of items to the editor. These should be joined by \n or \n\n instead.
     7Yes, I agree with that. There is an `items.join('')` before sending a bunch of items to the editor. These should be joined by \n or \n\n instead.