Ticket #39: 39.diff
File 39.diff, 1.1 KB (added by , 12 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
23 23 return $url; 24 24 } 25 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 } 33 No newline at end of file -
wordpress.org/public_html/wp-content/themes/pub/wporg-p2/header.php
1 1 <?php 2 2 global $pagetitle; 3 $pagetitle = wp_title( '«', false, 'right' ) . ' ' . get_bloginfo( 'name' );3 $pagetitle = wp_title( '«', false, 'right' ); 4 4 require WPORGPATH . 'header.php'; 5 5 ?> 6 6 <div id="headline">