Ticket #2314: 2314.diff
| File 2314.diff, 560 bytes (added by , 10 years ago) |
|---|
-
header.php
18 18 ); 19 19 20 20 $GLOBALS['pagetitle'] = __( 'Plugin Directory — Free WordPress Plugins', 'wporg-plugins' ); 21 if ( is_singular( 'plugin' ) ) { 22 /* Translators: The name of the plugin. */ 23 $GLOBALS['pagetitle'] = sprintf( __( '%s — WordPress Plugin Directory', 'wporg-plugins' ), get_the_title( get_the_ID() ) ); 24 } 21 25 require WPORGPATH . 'header.php'; 22 26 ?> 23 27 <div id="page" class="site">