twentyGOLEM/wp-admin/includes
nacin efce9e6953 This folder is back now under new management. Quit killing it on auto updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-04-20 16:55:48 +00:00
..
admin.php The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now. 2011-01-13 23:19:51 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php Remove debug cruft. Props markmcwilliams. fixes #15530 2011-02-03 20:00:21 +00:00
class-wp-filesystem-base.php Add an extra FTP_LANG_DIR override constant to short-circuit WP_Filesystem_Base::find_folder(WP_LANG_DIR);. See #11495 2011-04-01 09:17:27 +00:00
class-wp-filesystem-direct.php Optimisations to WP_Filesystem; Pass known information to called functions. Props aldenta (John Ford) for investigation and patch. See #10913 2011-03-22 00:04:15 +00:00
class-wp-filesystem-ftpext.php Optimisations to WP_Filesystem; Pass known information to called functions. Props aldenta (John Ford) for investigation and patch. See #10913 2011-03-22 00:04:15 +00:00
class-wp-filesystem-ftpsockets.php Optimisations to WP_Filesystem; Pass known information to called functions. Props aldenta (John Ford) for investigation and patch. See #10913 2011-03-22 00:04:15 +00:00
class-wp-filesystem-ssh2.php Optimisations to WP_Filesystem; Pass known information to called functions. Props aldenta (John Ford) for investigation and patch. See #10913 2011-03-22 00:04:15 +00:00
class-wp-importer.php
class-wp-links-list-table.php Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345. 2011-01-22 18:25:32 +00:00
class-wp-list-table.php Avoid printf entirely. props SergeyBiryukov, fixes #16611 for trunk. 2011-02-22 10:12:38 +00:00
class-wp-media-list-table.php Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345. 2011-01-22 18:25:32 +00:00
class-wp-ms-sites-list-table.php Avoid mangling the current site path variable with the search query. props greuben, fixes #16720 for trunk. 2011-03-02 18:33:55 +00:00
class-wp-ms-themes-list-table.php Make plugin and theme title columns narrower. Props garyc40. fixes #16563 for trunk 2011-02-15 03:43:47 +00:00
class-wp-ms-users-list-table.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
class-wp-plugin-install-list-table.php Pink the whites. 2011-02-09 17:35:36 +00:00
class-wp-plugins-list-table.php Make plugin and theme title columns narrower. Props garyc40. fixes #16563 for trunk 2011-02-15 03:43:47 +00:00
class-wp-posts-list-table.php Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345. 2011-01-22 18:25:32 +00:00
class-wp-terms-list-table.php Use get_column_count() instead of manual logic. props scribu, fixes #16279. 2011-01-21 07:39:21 +00:00
class-wp-theme-install-list-table.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
class-wp-themes-list-table.php Pink the whites. 2011-02-09 17:35:36 +00:00
class-wp-upgrader.php Do not delete local package files in WP_Upgrader. Props joelhardi. Fixes #14963 2011-04-19 05:54:01 +00:00
class-wp-users-list-table.php Disallow and hide user removal (as opposed to deletion) for single site installs. Removal is a multisite concept. Props nacin. fixes #16501 for trunk 2011-02-10 20:37:26 +00:00
comment.php Use edit_comment cap. Props casben79. fixes #16129 2011-01-07 16:17:05 +00:00
continents-cities.php
dashboard.php Fix discrepancy in the nested loop in the Recent Comments dashboard widget, props ocean90, fixes #16846 for trunk 2011-03-25 20:12:32 +00:00
deprecated.php The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now. 2011-01-13 23:19:51 +00:00
export.php Skip authors that no longer exist when doing an export. props nacin. fixes #16479 2011-02-07 19:58:41 +00:00
file.php Set the mb_string internal encoding to ISO-8859-1 whilst uncompressing archives using PclZip. Fixes 'PCLZIP_ERR_BAD_FORMAT (-10) : Invalid block size' errors on systems utilising mbstring.func_overload. Fixes #15789 2011-04-03 12:32:06 +00:00
image-edit.php Take out unnecessary compat functions from compat.php. Props hakre, ptahdunbar. see #16918 2011-04-05 17:13:04 +00:00
image.php
import.php
internal-linking.php Nonce checks for internal linking and list table ajax. fixes #16188. 2011-01-11 20:03:50 +00:00
list-table.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
manifest.php Remove the TinyMCE media plugin. fixes #14647. 2011-01-13 21:57:30 +00:00
media.php Remove type attribute from textarea. props solarissmoke. 2011-04-07 08:30:08 +00:00
menu.php
meta-boxes.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
misc.php Don't touch web.config when flushing rewrite rules if it is a multisite install. Fixes #16076 props nacin. 2011-01-19 16:49:46 +00:00
ms-deprecated.php
ms.php Bring out the shears. 2011-01-06 04:11:14 +00:00
nav-menu.php Revert to esc_html when escaping the textarea for nav menu item description. see #15454. 2010-12-25 18:42:59 +00:00
plugin-install.php
plugin.php Move closedir() to better locations to prevent the need for error suppression, prevents suppressed Warnings/Notices to be thrown during Plugin Installation. Fixes #16547 2011-04-07 09:07:56 +00:00
post.php Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920 2011-04-11 18:55:11 +00:00
schema.php More room for your content! Increase default post edit rows as the meta boxes are all hidden by default. see #14212. 2011-01-06 00:57:24 +00:00
taxonomy.php More @since. props SergeyBiryukov, fixes #15445. 2010-12-20 09:25:21 +00:00
template.php Introduce get_screen_icon(). Props aaroncampbell. fixes #15377 2011-04-18 21:51:54 +00:00
theme-install.php RTL for theme installer. props yoavf, fixes #15984. 2010-12-26 06:31:46 +00:00
theme.php Clarify the return value of get_page_templates(). props kovshenin. 2011-04-13 11:50:27 +00:00
update-core.php This folder is back now under new management. Quit killing it on auto updates. 2011-04-20 16:55:48 +00:00
update.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
upgrade.php
user.php Admin bar visibility prefs. Props duck_. see #15829 2010-12-17 21:48:30 +00:00
widgets.php