Ticket #28690: 28690.diff
| File 28690.diff, 887 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/l10n.php
550 550 * The .mo file should be named based on the text domain with a dash, and then the locale exactly. 551 551 * 552 552 * @since 1.5.0 553 * @since 2.8.0 Retruns a boolean value (before it did not return a value). 553 554 * 554 555 * @param string $domain Unique identifier for retrieving translated strings 555 556 * @param string $deprecated Use the $plugin_rel_path parameter instead. 556 557 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. 558 * @return bool True when textdomain is successfully loaded, false otherwise. 557 559 */ 558 560 function load_plugin_textdomain( $domain, $deprecated = false, $plugin_rel_path = false ) { 559 561 $locale = get_locale();
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)