Ticket #70: 70-meta.diff
File 70-meta.diff, 563 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/pub/wporg-p2/functions.php
21 21 $url = "http://profiles.wordpress.org/{$nicename}/"; 22 22 } 23 23 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;32 24 } 33 No newline at end of file