', $after = '' ) {
global $post;
if ( empty( $text ) )
$text = __('This is the short link.');
if ( empty( $title ) )
$title = the_title_attribute( array( 'echo' => FALSE ) );
$shortlink = wp_get_shortlink( $post->ID );
if ( !empty( $shortlink ) ) {
$link = '' . $text . '';
$link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
echo $before, $link, $after;
}
}
?>
return false;
return get_permalink($post_id);
}
add_action('template_redirect', 'redirect_canonical');
?>
Parse error: syntax error, unexpected '}' in /home/content/p/u/g/pugle/html/pugle/blog/wp-content/plugins/wp-dbmanager/wp-dbmanager.php on line 535