WordPress/wp-admin
Dominik Schilling 60dc856d64 Posts: Introduce WP_Post_Type and use it in register_post_type() and unregister_post_type().
This changes the global `$wp_post_types` to an array of `WP_Post_Type` objects. `WP_Post_Type` includes methods to handle post type supports, rewrite rules, meta boxes, hooks, and taxonomies.
Each post type argument becomes a property of `WP_Post_Type`.

Props swissspidy, flixos90.
Fixes #36217.
Built from https://develop.svn.wordpress.org/trunk@37890


git-svn-id: http://core.svn.wordpress.org/trunk@37831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-06-28 16:41:35 +00:00
..
css Themes: Wrap unusually long theme names on the Theme Details screen. 2016-06-26 14:27:25 +00:00
images
includes Posts: Introduce WP_Post_Type and use it in register_post_type() and unregister_post_type(). 2016-06-28 16:41:35 +00:00
js Multisite: Change WP_Network id property to an integer. 2016-06-26 14:26:29 +00:00
maint Multisite: Change WP_Network id property to an integer. 2016-06-26 14:26:29 +00:00
network Comments: Improve author and content of the default comment. 2016-06-28 10:03:27 +00:00
user Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
about.php
admin-ajax.php Editor: after inserting a link detect if the URL is broken, first run. 2016-06-17 20:41:28 +00:00
admin-footer.php Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs. 2016-05-25 16:05:27 +00:00
admin-functions.php
admin-header.php Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs. 2016-05-25 16:05:27 +00:00
admin-post.php
admin.php Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files. 2016-05-23 17:28:27 +00:00
async-upload.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
comment.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
credits.php
custom-background.php
custom-header.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
customize.php Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs. 2016-05-25 16:05:27 +00:00
edit-comments.php
edit-form-advanced.php Posts: Introduce WP_Post_Type and use it in register_post_type() and unregister_post_type(). 2016-06-28 16:41:35 +00:00
edit-form-comment.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
edit-link-form.php
edit-tag-form.php I18N: Add context and translator comments to Back to %s strings. 2016-06-14 21:51:28 +00:00
edit-tags.php Taxonomy: Introduce a redirect_term_location filter to change the redirect on term editing. 2016-06-14 15:06:30 +00:00
edit.php Posts: Introduce WP_Post_Type and use it in register_post_type() and unregister_post_type(). 2016-06-28 16:41:35 +00:00
export.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
freedoms.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
import.php Update/Install: Shiny Updates v2. 2016-06-15 16:37:29 +00:00
index.php Accessibility: Help text improvements. 2016-06-10 21:43:29 +00:00
install-helper.php
install.php
link-add.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
link-manager.php
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
media.php
menu-header.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
menu.php
moderation.php
ms-admin.php
ms-delete-site.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
ms-edit.php
ms-options.php
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
nav-menus.php Menus: Support nested array variables in POST data when saving menus. 2016-06-19 12:25:28 +00:00
network.php
options-discussion.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
options-general.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
options-head.php
options-media.php
options-permalink.php Permalinks: Validate custom permalink structures. 2016-06-19 12:02:29 +00:00
options-reading.php
options-writing.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
options.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
plugin-editor.php Accessibility: Help text improvements. 2016-06-10 21:43:29 +00:00
plugin-install.php Update/Install: Shiny Updates v2. 2016-06-15 16:37:29 +00:00
plugins.php Update/Install: Shiny Updates v2. 2016-06-15 16:37:29 +00:00
post-new.php
post.php
press-this.php
profile.php
revision.php Revisions: Change the capability needed to view revision diffs to edit_post. 2016-06-21 14:22:26 +00:00
setup-config.php Setup: Sanity check for invalid table prefixes. 2016-05-27 01:54:28 +00:00
term.php
theme-editor.php Accessibility: Help text improvements. 2016-06-10 21:43:29 +00:00
theme-install.php Accessibility: Theme Installer, make the "Upload Theme" button... a button. 2016-06-17 20:47:28 +00:00
themes.php Update/Install: Shiny Updates v2. 2016-06-15 16:37:29 +00:00
tools.php
update-core.php
update.php
upgrade-functions.php
upgrade.php
upload.php
user-edit.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
user-new.php Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:01:30 +00:00
users.php Accessibility: Help text improvements. 2016-06-10 21:43:29 +00:00
widgets.php