| 1 | | On wp-admin/edit.php, when using the "excerpt" display mode, this filter is adding "Continue Reading" links to the admin. I suggest an `! is_admin()` or similar check to keep the admin interface clean. Patch forthcoming (without yet an ellipses as suggested by iamtakashi) |
| | 1 | On wp-admin/edit.php, when using the "excerpt" display mode, this filter is adding "Continue Reading" links to the admin. I suggest an `! is_admin()` or similar check to keep the admin interface clean. |
| | 2 | |
| | 3 | [[Image(https://cldup.com/i9aU2Fwpgb.png)]] |
| | 4 | |
| | 5 | Patch forthcoming (without yet an ellipses as suggested by iamtakashi) |