Ticket #771: 771.patch
| File 771.patch, 831 bytes (added by , 12 years ago) |
|---|
-
trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
32 32 '3.9' => '2013-12-13 00:00:00', 33 33 '4.0' => '2014-07-01 00:00:00', 34 34 ); 35 35 36 36 final public static function factory( $version, $gp_locale ) { 37 37 $branch = intval( str_replace( '.', '', self::calculate_branch( $version ) ) ); 38 38 $file = dirname( __FILE__ ) . '/wp-' . $branch . '.php'; … … 217 217 218 218 private function _data() { 219 219 return array( 220 'profiles' => 'http ://profiles.wordpress.org/%s',220 'profiles' => 'https://profiles.wordpress.org/%s', 221 221 'version' => $this->branch, 222 222 ); 223 223 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)