Created
June 22, 2015 13:46
-
-
Save jhned/e5ffcb5ed416344f3a2f 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
var user_content = [ | |
{ | |
"title" : "Front Page", | |
"id" : "701", | |
"object_type" : "post_type", | |
"object_name" : "page", | |
"url" : "post.php?post=701&action=edit" | |
}, | |
{ | |
"title" : "Markup: Title With Markup", | |
"id" : "1173", | |
"object_type" : "post_type", | |
"object_name" : "post", | |
"url" : "post.php?post=1173&action=edit" | |
}, | |
{ | |
"title" : "arrangement", | |
"id" : "4", | |
"object_type" : "taxonomy", | |
"object_name" : "category", | |
"associated_post_type" : "post", | |
"url" : "edit-tags.php?action=edit&taxonomy=category&tag_ID=4&post_type=post" | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment