log out and translation
-
1. It shows string (not link) “log out” in the upper left corner on individual page. There is generated source
<link rel='index' title='Title of page' href='...' /> <link rel='prev' title='Name of page' href='...' /> Log Out<link rel='next' title='' href='...' /> <meta name="generator" content="WordPress 3.2.1" />
As workarround I have used comment this line
//add_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
in wp-includes/default-filters.php (line 207)2. After upgrade WP from 3.1.4 to 3.2.1 in TML doesn’t work my language (cs) file
- The topic ‘log out and translation’ is closed to new replies.