Advertisement
danstramer

cpl_output

May 18th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.   /** Add up the actual permalink and post title */
  2.            
  3.                 $post_output .= '<a if($currrent_page_url == ($link = get_permalink($post->ID))) : class="current" href="' . get_permalink($post->ID) . '" title="' . __('Permalink to: ', $wp_cat_list_itg_tans) . $post->post_title . '" target="' . ((false == $op['open_in'])? '_blank' : '_self') . '">' . $post->post_title . '</a>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement