Created
May 1, 2012 20:23
-
-
Save rdworth/2571078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ name: '', | |
label: 'Categories', | |
public: true, | |
showUi: true, | |
labels: | |
{ name: 'Categories', | |
singularName: 'Category', | |
searchItems: 'Search Categories', | |
popularItems: '', | |
allItems: 'All Categories', | |
parentItem: 'Parent Category', | |
parentItemColon: 'Parent Category:', | |
editItem: 'Edit Category', | |
viewItem: 'View Category', | |
updateItem: 'Update Category', | |
addNewItem: 'Add New Category', | |
newItemName: 'New Category Name', | |
separateItemsWithCommas: '', | |
addOrRemoveItems: '', | |
chooseFromMostUsed: '', | |
menuName: 'Categories', | |
nameAdminBar: 'category' }, | |
cap: {} } | |
{ name: '', | |
label: 'Tags', | |
public: true, | |
showUi: true, | |
labels: | |
{ name: 'Tags', | |
singularName: 'Tag', | |
searchItems: 'Search Tags', | |
popularItems: 'Popular Tags', | |
allItems: 'All Tags', | |
parentItem: '', | |
parentItemColon: '', | |
editItem: 'Edit Tag', | |
viewItem: 'View Tag', | |
updateItem: 'Update Tag', | |
addNewItem: 'Add New Tag', | |
newItemName: 'New Tag Name', | |
separateItemsWithCommas: 'Separate tags with commas', | |
addOrRemoveItems: 'Add or remove tags', | |
chooseFromMostUsed: 'Choose from the most used tags', | |
menuName: 'Tags', | |
nameAdminBar: 'post_tag' }, | |
cap: {} } | |
{ name: '', | |
label: 'Format', | |
public: true, | |
showUi: false, | |
labels: | |
{ name: 'Format', | |
singularName: 'Format', | |
searchItems: 'Search Tags', | |
popularItems: 'Popular Tags', | |
allItems: 'Format', | |
parentItem: '', | |
parentItemColon: '', | |
editItem: 'Edit Tag', | |
viewItem: 'View Tag', | |
updateItem: 'Update Tag', | |
addNewItem: 'Add New Tag', | |
newItemName: 'New Tag Name', | |
separateItemsWithCommas: 'Separate tags with commas', | |
addOrRemoveItems: 'Add or remove tags', | |
chooseFromMostUsed: 'Choose from the most used tags', | |
menuName: 'Format', | |
nameAdminBar: 'Format' }, | |
cap: {} } | |
>> Error: XML-RPC fault: Invalid taxonomy. | |
<WARN> Task "wordpress-publish" failed. Use --force to continue. </WARN> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment