function twentytwelve_wp_title( $title, $sep ) {
    global $paged, $page;

    if ( is_feed() ) {
        return $title;