Changes between Version 2 and Version 3 of Ticket #22123, comment 2
- Timestamp:
- 10/11/12 20:08:44 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22123, comment 2
v2 v3 1 1 By adding in "wp-image-21710" I think you're telling WP that this is an existing media attachment with the ID of 21710. When you switch to the visual editor, it's (unsuccessfully) trying to look up that attachment. 2 2 3 I think the s imple solution, as you mentioned is to simply leave "wp-image-21710" out when the image you're adding isn't actually associated with attachment #21710.3 I think the solution, as you mentioned is to simply leave "wp-image-21710" out when the image you're adding isn't actually associated with attachment #21710. 4 4 5 5 I may be missing something else here...?