2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00

Two Five Seven (#541)

* Don't try to add url to <head> if it's not present

* Update js config and formatting for comment block and sidebar

* PHP Linting

* FIX: Don't auto-publish updates to existing posts.

See: https://meta.discourse.org/t/disable-posting-wordpress-articles-to-discourse-when-theyre-updated/204488

* Bump version and release notes.

* Fix remote-post.php linting

* Update tests.yml to install svn

* Re-generate comments js build
This commit is contained in:
Angus McLeod 2025-04-16 01:53:23 +02:00 committed by GitHub
parent b20e8fa0f0
commit 22ee91dfb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 15762 additions and 14867 deletions

View file

@ -159,6 +159,10 @@ span.badge-category-bg {
text-align: left;
}

.discourse-comments-area .comment-reply-title .wpdc-discourse-topic-link {
margin-left: 0.25em;
}

.discourse-comments-area .comment-respond p:not(.comment-notes) {
max-width: none;
}