Changeset 1035
- Timestamp:
- 12/11/2014 08:12:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
r926 r1035 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 ) ) ); … … 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 );
Note: See TracChangeset
for help on using the changeset viewer.