twentyGOLEM/wp-admin/includes
2010-04-07 05:08:37 +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 Trim trailing whitespace 2010-03-17 16:27:25 +00:00
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 add permission checks to grant/revoke_super_admin(), see #12109, related #12460 2010-04-05 22:28:21 +00:00
nav-menu.php Fix broken string. 2010-04-05 09:31:38 +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 Check for post type support in quick/bulk edit. props caesarsgrunt for some of the commit. see #12869 2010-04-07 05:08:37 +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 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 Allow "No role for this blog" to be chosen on user-edit. Add defensive checks for a few potential notices. fixes #10833 2010-04-03 08:08:12 +00:00
widgets.php