Making WordPress.org

Ticket #70: 70-meta.diff

File 70-meta.diff, 563 bytes (added by iandunn, 12 years ago)
  • wp-content/themes/pub/wporg-p2/functions.php

     
    2121                $url = "http://profiles.wordpress.org/{$nicename}/";
    2222        }
    2323        return $url;
    24 }
    25 
    26 add_filter( 'wp_title', 'wporg_p2_head_wp_title', 10, 2 );
    27 function wporg_p2_head_wp_title( $title, $sep ) {
    28         $out = $title;
    29         $out .= ' ' . get_bloginfo( 'name' );
    30        
    31         return $out;
    3224}
    33  No newline at end of file