WordPress/wp-admin/includes
2010-04-16 02:29:10 +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
class-wp-filesystem-ssh2.php
class-wp-upgrader.php
comment.php
continents-cities.php
dashboard.php
deprecated.php
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
import.php
manifest.php
media.php Fix notice in get_media_items(). 2010-04-10 12:49:58 +00:00
meta-boxes.php Add $force_delete to get_delete_post_link(). Remove unnecessary argument. props scribu, fixes #12708 2010-04-16 02:29:10 +00:00
misc.php
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
plugin.php
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 Add $force_delete to get_delete_post_link(). Remove unnecessary argument. props scribu, fixes #12708 2010-04-16 02:29:10 +00:00
theme-install.php
theme.php
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