Wordpress/wp-admin/includes
Ryan Boren 0de14403bf Don't delete nav menu items when the user that owns them is deleted.
* Introduce delete_with_user flag to register_post_type
* Set delete_with_user to false for the nav_menu_item post type
* Set it to true for all other core post types
* If delete_with_user is not set, fallback to post_type_supports('author')

Props nacin
Fixes #16358


git-svn-id: https://develop.svn.wordpress.org/trunk@20739 602fd350-edb4-49c9-b593-d223f7449a82
2012-05-08 17:01:50 +00:00
..
admin.php
ajax-actions.php
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-links-list-table.php
class-wp-list-table.php
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php Replace commas with periods when converting ratings float values to strings, to avoid issues with localized decimal points. 2012-05-01 22:09:55 +00:00
class-wp-plugins-list-table.php
class-wp-posts-list-table.php
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php Add 'Install now', 'Preview', and 'Details' links to theme install list items. fixes #20403. 2012-05-06 23:06:47 +00:00
class-wp-themes-list-table.php
class-wp-upgrader.php Add quote to fix 'Customize' link after new theme install on Chrome. props DH-Shredder, see #19910. 2012-05-02 20:22:02 +00:00
class-wp-users-list-table.php
comment.php
continents-cities.php
dashboard.php
deprecated.php
export.php
file.php
image-edit.php
image.php Don't convert png to jpg when cropping a header. Prevents stomping transparency. Props SergeyBiryukov, kovshenin. fixes #20555 2012-05-02 21:35:56 +00:00
import.php
list-table.php
manifest.php
media.php Update upload-html-bypass string to reflect that the uploader is no longer new. Props Ipstenu. fixes #20627 2012-05-07 16:48:35 +00:00
menu.php
meta-boxes.php Pinking shears 2012-05-03 16:41:59 +00:00
misc.php
ms-deprecated.php
ms.php
nav-menu.php
plugin-install.php Replace commas with periods when converting ratings float values to strings, to avoid issues with localized decimal points. 2012-05-01 22:09:55 +00:00
plugin.php
post.php Pinking shears 2012-05-03 16:41:59 +00:00
schema.php
screen.php Pinking shears 2012-05-03 16:41:59 +00:00
taxonomy.php
template.php Add a filter to wp_terms_checklist() that wraps the function's arguments. 2012-05-03 01:15:18 +00:00
theme-install.php
theme.php Switch to WP_Theme::display() in theme update message. Props SergeyBiryukov. fixes #20623 2012-05-07 16:16:17 +00:00
update-core.php Remove editor_template_src.js from old files list. It should not be deleted. Props Jayjdk. fixes #20539 2012-05-05 21:10:18 +00:00
update.php Pinking shears 2012-05-03 16:41:59 +00:00
upgrade.php Do not force table names to be lowercase in dbDelta, as this breaks sites using capital letters in table prefixes. props netweblogic. fixes #19748. 2012-05-02 21:19:37 +00:00
user.php Don't delete nav menu items when the user that owns them is deleted. 2012-05-08 17:01:50 +00:00
widgets.php