Wordpress Help: Widget Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • The Dawg
    Confirmed User
    • Apr 2002
    • 2438

    #1

    Wordpress Help: Widget Problem

    Why isnt this code opening links in a new window?

    Code:
    $output_msg = $output_msg . sprintf( __('%s'),' <a href="'.$item->get_permalink().'" class="tweets-widget-time" title="' . date(__('h:i A F j, Y'), $time) . '" target="_blank">'.$human_time.'</a>' );
    
    echo $output_msg;

  • ottopottomouse
    She is ugly, bad luck.
    • Jan 2010
    • 13177

    #2
    target="_blank"
    ↑ see post ↑
    13101

    Comment

    Working...