Error fix: locales not loading when editing custom type
-
Hi,
Here is how to fix the problem where the default locale were used instead of the saved one when editing a custom post type.In the following file:
wp-content/plugins/types/includes/custom-types-form.php:863
Replace
function wpcf_admin_metabox_labels($cf)
with
function wpcf_admin_metabox_labels($ct)Congratz for this plug-in!
- The topic ‘Error fix: locales not loading when editing custom type’ is closed to new replies.