WordPress/wp-admin/includes
2010-04-08 04:15:58 +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 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
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 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
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 Revert [14011]. Add some actions. fixes #12109, see #12460. 2010-04-08 04:15:58 +00:00
nav-menu.php Nav menu fixes. Props ptahdunbar. see #12896 fixes #12844 2010-04-07 15:25:48 +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
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 Remove references to the old .fade class for message divs. 2010-04-08 03:36:52 +00:00
theme-install.php
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 Don't use target="_self" in nav menu links, just omit the attribute. Also fix and run earlier db upgrades. fixes #12808 2010-04-03 22:52:30 +00:00
user.php use meta caps in [14032], see #12109 2010-04-07 21:04:42 +00:00
widgets.php