WordPress/wp-admin/includes
2010-04-15 16:09:56 +00:00
..
admin.php
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php Replace use of tmpfile() with a safe get_temp_dir(). tmpfile() may use a temporary directly which is not writable. Add static caching to get_temp_dir() & better protect against bad server configs. Fixes #12866 2010-04-06 11:20:51 +00:00
class-wp-filesystem-ftpsockets.php Remove redundant isset() and empty() checks. 2010-03-19 21:29:21 +00:00
class-wp-filesystem-ssh2.php Remove redundant isset() and empty() checks. 2010-03-19 21:29:21 +00:00
class-wp-upgrader.php Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +00:00
comment.php
continents-cities.php
dashboard.php Initialize some options for the secondary dashboard widget. see #11783 2010-04-03 07:31:28 +00:00
deprecated.php Deprecate add_option_update_handler() and remove_option_update_handler() in favor of register_setting() and unregister_setting(). #11730 2010-03-22 23:03:31 +00:00
export.php
file.php Replace use of tmpfile() with a safe get_temp_dir(). tmpfile() may use a temporary directly which is not writable. Add static caching to get_temp_dir() & better protect against bad server configs. Fixes #12866 2010-04-06 11:20:51 +00:00
image-edit.php
image.php Fix image_resize() dependencies by moving wp_load_image() from admin includes to wp-includes. Fixes #7279 2010-03-28 03:39:00 +00:00
import.php
manifest.php
media.php Fix notice in get_media_items(). 2010-04-10 12:49:58 +00:00
meta-boxes.php Deletion link should always show 2010-03-31 20:13:04 +00:00
misc.php Move send_nosniff_header() into wp-includes so it can be used in wp-ajax.php. props sivel, fixes #12683 2010-03-23 19:13:58 +00:00
ms-deprecated.php File-level phpdoc for multisite files. 2010-04-04 13:29:35 +00:00
ms.php More grant/revoke super admin improvements. fixes #12933. 2010-04-09 08:26:16 +00:00
nav-menu.php Account for WP_Error from get_terms() in the nav menu tax metabox. fixes #12949, props ptahdunbar. 2010-04-10 10:47:31 +00:00
plugin-install.php Add AYS to "Install Now" link in plugin installer. fixes #11050 2010-04-02 23:27:23 +00:00
plugin.php Deprecate add_option_update_handler() and remove_option_update_handler() in favor of register_setting() and unregister_setting(). #11730 2010-03-22 23:03:31 +00:00
post.php Make thumbnail work for custom post types even if the editor is not being displayed. props scribu. fixes #12792 2010-04-06 11:20:47 +00:00
schema.php set registered datestamp to current time during enable network, see #12747 2010-04-06 01:41:34 +00:00
taxonomy.php
template.php Be back compat with the contextual_help filter. 2010-04-15 16:09:56 +00:00
theme-install.php Highlight correct submenu for Theme Installs. Fix PHP Notice for unset object properties (requires among others may not be set). 2010-03-19 08:03:52 +00:00
theme.php Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +00:00
update-core.php
update.php
upgrade.php Use WP_FALLBACK_THEME instead of default. Props MichaelH. see #12846 2010-04-13 21:56:57 +00:00
user.php use meta caps in [14032], see #12109 2010-04-07 21:04:42 +00:00
widgets.php