' . __( 'Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.' ) . '
' . __( 'The URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.' ) . '
' . __( 'If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.' ) . '
' . __( 'You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).' ) . '
' . __( 'UTC means Coordinated Universal Time.' ) . '
' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '
' . __( 'For more information:' ) . '
' . __( 'Documentation on General Settings' ) . '
' . __( 'Support Forums' ) . '
WPLANG', 'wp-config.php' ); ?>
wp-config.php
' . __( 'UTC' ) . '', '' . date_i18n( $timezone_format, false, true ) . '' ); ?> ' . date_i18n( $timezone_format ) . '' ); ?>
' . date_i18n( $timezone_format, false, true ) . '
$right_now ) { $found = true; break; } } if ( $found ) { echo ' '; $message = $tr['isdst'] ? /* translators: %s: date and time */ __( 'Daylight saving time begins on: %s.' ) : /* translators: %s: date and time */ __( 'Standard time begins on: %s.' ); // Add the difference between the current offset and the new offset to ts to get the correct transition time from date_i18n(). printf( $message, '' . date_i18n( __( 'F j, Y' ) . ' ' . __( 'g:i a' ), $tr['ts'] + ( $tz_offset - $tr['offset'] ) ) . '' ); } else { _e( 'This timezone does not observe daylight saving time.' ); } } // Set back to UTC. date_default_timezone_set( 'UTC' ); ?>
' . date_i18n( __( 'F j, Y' ) . ' ' . __( 'g:i a' ), $tr['ts'] + ( $tz_offset - $tr['offset'] ) ) . '
' . esc_html( $format ) . "
' . __( 'Preview:' ) . ' ' . date_i18n( get_option( 'date_format' ) ) . '' . "\n" . '
' . __( 'Preview:' ) . ' ' . date_i18n( get_option( 'time_format' ) ) . '' . "\n" . '