mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-04 09:01:05 +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:
parent
b20e8fa0f0
commit
22ee91dfb5
54 changed files with 15762 additions and 14867 deletions
|
@ -147,10 +147,10 @@ class HTMLTemplates {
|
|||
<footer class="comment-meta">
|
||||
<div class="comment-author vcard">
|
||||
<img alt="Avatar for {username}" src="{avatar_url}" class="avatar avatar-64 photo avatar-default"
|
||||
height="64"
|
||||
width="64">
|
||||
height="64"
|
||||
width="64">
|
||||
<b class="fn"><a href="{topic_url}" rel="external"
|
||||
class="url">{username}</a></b>
|
||||
class="url">{username}</a></b>
|
||||
<span class="says screen-reader-text"><?php echo esc_html( 'says:', 'wp-discourse' ); ?></span><!-- screen reader text -->
|
||||
</div>
|
||||
<div class="comment-metadata">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue