5 | | * First, I checked the Edit Post screen, and the checked post categories are displayed as expected there, see [attachment:"55768.edit-post.png"]. They use an `<svg>` tag. |
6 | | * Then I checked Quick Edit on the Posts screen, and the checked post categories are indeed not displayed there, see [attachment:"55768.posts.png"]. They use a `data:image/svg+xml` URL in CSS, which is apparently not displayed if images are turned off in the browser. |
| 5 | * First, I tested the Edit Post screen, and the checked post categories are displayed as expected there, see [attachment:"55768.edit-post.png"]. They use an `<svg>` tag. |
| 6 | * Then I tested Quick Edit on the Posts screen, and the checked post categories are indeed not displayed there, see [attachment:"55768.posts.png"]. They use a `data:image/svg+xml` URL in CSS, which is apparently not displayed if images are turned off in the browser. |