[wp-trac] [WordPress Trac] #39105: Add target="_blank" to author website output in comment moderation
WordPress Trac
noreply at wordpress.org
Mon May 1 18:25:17 UTC 2017
#39105: Add target="_blank" to author website output in comment moderation
-------------------------------+--------------------------------
Reporter: joshua.strebel | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version:
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses: ui, accessibility
-------------------------------+--------------------------------
Comment (by joshua.strebel):
It's Line 688 in wp-admin/includes/class-wp-comments-list-table.php
{{{#!php
<?php
//687 if ( ! empty( $author_url_display ) ) {
//688 printf( '<a href="%s">%s</a><br />', esc_url( $author_url ),
esc_html( $author_url_display ) );
//689 }
}}}
Replying to [comment:5 joshua.strebel]:
> Checked with and without akismet enabled.
>
> Action with Akisment:
> Hover over link, shows a screenshot
> Click on link, opens in same tab as wp-admin (replaces)
>
> Action w/out akisment
> Hover over link, nothing.
> Click on link, opens in same tab as wp-admin (replaces)
>
> See screenshot.
> https://www.dropbox.com/s/olc8afyp60kre6w/screenshot407.jpg?dl=0
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39105#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list