Wordpress/wp-admin/includes
Andrew Nacin 9931c1a45d Hide the link manager from the UI on upgrade, if the site has no links. New DB option, link_manager_enabled.
Enforce this by denying the 'manage_links' capability, which hides the All Links, Add New Link, and Link Categories screens. Hide WP_Widget_Links and the UI for the default_link_category as well.

Convert all references to 'posts and links' when handling reassignment on user deletion to just 'posts'.

see #21307.



git-svn-id: https://develop.svn.wordpress.org/trunk@21501 602fd350-edb4-49c9-b593-d223f7449a82
2012-08-13 16:18:42 +00:00
..
admin.php
ajax-actions.php Move most instances of new WP_User to get_userdata(). see #21120. 2012-08-03 01:06:05 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
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 More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-media-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-ms-sites-list-table.php Deprecate get_blog_option(), add_blog_option(), update_blog_option(), and delete_blog_option(). 2012-08-03 17:51:42 +00:00
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php Introduce get_edit_user_link(). Props scribu, georgestephanis, johnbillion. fixes #14787 see #20307 2012-07-30 18:30:03 +00:00
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-posts-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-terms-list-table.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader.php
class-wp-users-list-table.php Move most instances of new WP_User to get_userdata(). see #21120. 2012-08-03 01:06:05 +00:00
comment.php
continents-cities.php
dashboard.php Multisite: Rework the upload space usage tracking code so as to be fully pluggable. 2012-08-01 13:52:06 +00:00
deprecated.php Move most instances of new WP_User to get_userdata(). see #21120. 2012-08-03 01:06:05 +00:00
export.php
file.php Improved phpdoc for file.php. Props tommcfarlin. fixes #21328 2012-07-26 15:08:30 +00:00
image-edit.php
image.php
import.php
list-table.php
media.php Deprecate and stub _media_button. fixes #21317 2012-07-26 21:33:01 +00:00
menu.php
meta-boxes.php
misc.php Fix per_page screen option for custom post types and taxonomies. Don't convert taxonomy and post type slugs from hyphen to underscore when saving the per_page usermeta. Props nacin. see #18958 2012-07-25 16:13:13 +00:00
ms-deprecated.php
ms.php Multisite: Fix the new get_space_used() function to correctly calculate Megabytes used and update some phpdoc. Props SergeyBiryukov. 2012-08-08 07:17:33 +00:00
nav-menu.php
plugin-install.php
plugin.php
post.php
schema.php Hide the link manager from the UI on upgrade, if the site has no links. New DB option, link_manager_enabled. 2012-08-13 16:18:42 +00:00
screen.php Accessibility: enhance the Screen Options and Help tabs open/close, see #21326 2012-08-06 04:26:37 +00:00
taxonomy.php
template.php Remove debug cruft. Props ocean90. fixes #21315 2012-07-26 15:01:44 +00:00
theme-install.php More screen reader text for list table checkboxes and theme install search. Props MikeLittle, SergeyBiryukov. see #21325 2012-07-25 16:18:14 +00:00
theme.php
update-core.php Remove unused images, props helenyhou, coffee2code, ocean90, fixes #20980 2012-08-11 02:36:01 +00:00
update.php
upgrade.php Hide the link manager from the UI on upgrade, if the site has no links. New DB option, link_manager_enabled. 2012-08-13 16:18:42 +00:00
user.php Allow passing stdClass and WP_User to wp_insert_user() and wp_update_user(). Introduce WP_User::to_array(). Eliminate uses of get_object_vars() when passing to wp_*_user(). fixes #21429 2012-08-10 15:36:54 +00:00
widgets.php Widgets: add localization context for 'Add' and 'Edit', props nacin, fixes #21338 2012-07-27 03:56:27 +00:00