Dominik Schilling
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: No SVG thumbnails in media viewer 4.0 RC1Forum: Plugins
In reply to: Translation Not Working in WordPress 4.xIt’s seems like you have defined WPLANG in 3.9.2 to hi_IN, so the plugin translation files where loaded.
WPLANG is now deprecated and your whole installation has to be hi_IN.
To enforce this try these steps:* Define WPLANG to hi_IN again
* Go to wp-admin/options-general.php
* Select your Site Language
* (Optional) Go to wp-admin/update-core.php.
* (Optional) Click “Update translations”, when available.
* (Optional) Core translations files are downloaded, when available.Forum: Alpha/Beta/RC
In reply to: WP 4.0 RC-1 Customize panel issue.The blue X is handled in https://core.trac.wordpress.org/ticket/29147.
Is there a reason why you haven’t created a ticket directly? And I’m sure you can.
Forum: Alpha/Beta/RC
In reply to: translations are not updated#28571 isn’t the right one, We have a more specific ticket for this, which is #28949.
Forum: Alpha/Beta/RC
In reply to: [4.0 beta 4] update-core.php not auto selecting FTP radioThanks for the report, created a ticket: https://core.trac.wordpress.org/ticket/29347.
Forum: Alpha/Beta/RC
In reply to: Typo in Admin meta titleThere is no typo:
«is « and‹is ‹.Forum: Alpha/Beta/RC
In reply to: WordPress failed to update to WordPress 4.0-beta4-20140822…This is usually due to inconsistent file permissions.
Have you checked your file permissions for wp-includes/version.php?
Forum: Plugins
In reply to: [Public Post Preview] Content visible only on preview url?Nope.
Forum: Plugins
In reply to: [Preserve Editor Scroll Position] Not work with WP 3.9.1It works for me. Because you didn’t add any helpful information I can’t help you.
Forum: Alpha/Beta/RC
In reply to: Display Beta Version UpdatesWhere are you seeing this?
Forum: Alpha/Beta/RC
In reply to: Less eyestrain: User interface button colors (gray on gray)You should take a look at Users > Your Profile > Admin Color Scheme.
Forum: Fixing WordPress
In reply to: PHP version – problem with 5.5There is only one call to
register_globalsinwp_unregister_globals(), see http://developer.wordpress.org/reference/functions/wp_unregister_globals/.Your php.ini for PHP 5.5 is configured wrongly. Since 5.4 it’s not allowed to use the
register_globalsdirective in a php.ini anymore.Forum: Alpha/Beta/RC
In reply to: Can't edit wpviews on Touch Screen PC / Chrome since Beta 4Thanks for the detailed report. I have created a ticket for you: https://core.trac.wordpress.org/ticket/29235
Forum: Alpha/Beta/RC
In reply to: Beta Tester won't install beta 4The nightly build wasn’t forced to re-build, but the package will be re-build in ~4 hours automatically.