Tatoon
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
It is possible to change the encoding of all files on the UTF-8, sometimes it helps.
You are wrong, because the plugin “Custom Post Type UI” allows the use of Cyrillic characters.
It seems to me that this error is because of javascript validation.Sorry for my english 🙂
Custom post type name does not work with cyrillic character
Forum: Fixing WordPress
In reply to: What does 'function split () is deprecated in rss.php' mean?In the file rss.php (/var/www/wordpress/wp-includes/rss.php), change the line:
list($ns, $el) = split( ':', $element, 2);
on this line:
list($ns, $el) = explode( ':', $element, 2);
Viewing 4 replies - 1 through 4 (of 4 total)