Forums
-
- Forum
- Posts
-
- Installation
- 28,403
- Troubleshooting
- 62,328
- Themes
- 10,396
- Plugins
- 15,317
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
i think that mysterious text appears when some kind of system text is missing:
for example, when i changed this line in login.php from:
<h2><?php isset($_POST) ? _e(‘Log in Failed’) : _e(‘Log in’) ; ?></h2>
to
<h2><?php isset($_POST) ? _e(‘Log in Failed’) : _e(”) ; ?></h2>
that crazy text appeared where ‘Log in’ should have been. hope this helps.