Change post types to plural labels, move Posts/ALC UI elements

This commit is contained in:
Tautvidas Sipavičius
2015-11-19 19:08:48 +02:00
parent fbc6f54ddc
commit 786fbc36a2
6 changed files with 32 additions and 29 deletions

View File

@@ -306,7 +306,7 @@ define([
_.each(postTypes, function(type) {
select.append(jQuery('<option>', {
value: type.name,
text: type.labels.singular_name,
text: type.label,
}));
});
select.val(selectedValue);

View File

@@ -344,7 +344,7 @@ define([
_.each(postTypes, function(type) {
select.append(jQuery('<option>', {
value: type.name,
text: type.labels.singular_name,
text: type.label,
}));
});
select.val(selectedValue);