Wordpress/src/wp-admin/includes
2014-05-13 03:26:51 +00:00
..
admin.php New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
ajax-actions.php First pass at wpview logic for the [embed] shortcode. URLs on a their own line are parsed as well. The toolbar will appear with the "remove" button when the view is clicked. Edit has not been implemented yet. 2014-05-10 23:35:08 +00:00
bookmark.php Inline documentation for hooks in wp-admin/includes/bookmark.php. 2013-10-07 02:18:20 +00:00
class-ftp-pure.php First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin. 2013-12-24 18:56:05 +00:00
class-ftp-sockets.php First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin. 2013-12-24 18:56:05 +00:00
class-ftp.php New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
class-pclzip.php New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
class-wp-comments-list-table.php Avoid JS errors before the commentReply script loads. Let's make this unobtrusive soon. 2014-03-26 18:52:31 +00:00
class-wp-filesystem-base.php First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time. 2013-09-22 04:43:29 +00:00
class-wp-filesystem-direct.php Filesystem: Fix getchmod() for direct and ssh2 transports, for directories. 2014-03-17 20:16:40 +00:00
class-wp-filesystem-ftpext.php Being consistent is the gist, no single @since should have been missed. 2013-12-25 01:59:22 +00:00
class-wp-filesystem-ftpsockets.php Being consistent is the gist, no single @since should have been missed. 2013-12-25 01:59:22 +00:00
class-wp-filesystem-ssh2.php Filesystem: Fix getchmod() for direct and ssh2 transports, for directories. 2014-03-17 20:16:40 +00:00
class-wp-importer.php Remove lingering instances of call time pass-by-reference, limited to instances of callable - use $this instead of &$this. 2013-09-05 16:33:50 +00:00
class-wp-links-list-table.php Remove all "valign" attributes from tables in wp-admin, props MikeHansenMe, Marventus. Fixes #22712. 2014-01-24 19:05:15 +00:00
class-wp-list-table.php In WP_List_Table::display_rows_or_placeholder(), the call to get_column_info() in unnecessary and unused. The call to get_column_count() immediately after makes the same call internally. 2014-05-06 05:31:07 +00:00
class-wp-media-list-table.php In WP_Media_List_Table, remove dead code: 2014-05-06 15:26:32 +00:00
class-wp-ms-sites-list-table.php Remove all "valign" attributes from tables in wp-admin, props MikeHansenMe, Marventus. Fixes #22712. 2014-01-24 19:05:15 +00:00
class-wp-ms-themes-list-table.php Inline documentation for hooks in wp-admin/includes/class-wp-ms-themes-list-table.php. 2014-02-04 08:24:13 +00:00
class-wp-ms-users-list-table.php In WP_MS_Users_List_Table::get_views(), remove dead code: 2014-05-06 15:29:22 +00:00
class-wp-plugin-install-list-table.php Use filtered per_page value in WP_Plugin_Install_List_Table and WP_Theme_Install_List_Table. 2014-02-21 18:29:41 +00:00
class-wp-plugins-list-table.php Avoid searching HTML tags when searching plugins and themes. Fixes #27136. Props enej. 2014-03-11 22:23:51 +00:00
class-wp-posts-list-table.php Better checks for contributors when saving posts. 2014-04-05 21:18:44 +00:00
class-wp-terms-list-table.php In WP_Terms_List_Table::single_row(), call sanitize_term() on the passed term ($tag). 2014-05-11 00:04:38 +00:00
class-wp-theme-install-list-table.php Use a consistent context to remove duplicate strings. 2014-05-06 12:33:08 +00:00
class-wp-themes-list-table.php Avoid searching HTML tags when searching plugins and themes. Fixes #27136. Props enej. 2014-03-11 22:23:51 +00:00
class-wp-upgrader-skins.php Inline documentation for hooks in wp-admin/includes/class-wp-upgrader-skins.php. 2014-04-08 06:25:56 +00:00
class-wp-upgrader.php Use a time constant in get_theme_feature_list() and File_Upload_Upgrader. 2014-05-05 08:25:46 +00:00
class-wp-users-list-table.php In WP_Users_List_Table::get_views(), $current_role is set and never used. 2014-05-06 15:32:16 +00:00
comment.php Inline documentation for hooks in wp-admin/includes/comment.php. 2013-09-14 01:00:44 +00:00
continents-cities.php New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
dashboard.php Remove a dead variable, $start, from wp_dashboard_recent_comments(). 2014-05-06 03:34:22 +00:00
deprecated.php Remove _relocate_children(), which has had no purpose for some time. 2014-02-25 17:09:09 +00:00
export.php Inline documentation for hooks in wp-admin/includes/export.php. 2014-01-28 08:09:13 +00:00
file.php Dead code in wp-admin/includes/file.php: 2014-05-06 04:21:35 +00:00
image-edit.php Avoid a notice in wp_save_image() by checking $meta['sizes']['thumbnail'] for ! empty() before setting a variable to it. 2014-05-11 03:41:31 +00:00
image.php In wp_read_image_metadata(), the values from exif_read_data() should only override values from iptcparse() that are empty. 2014-05-11 05:53:27 +00:00
import.php Slight renaming in our callback in [27373]. see #14424. 2014-03-03 17:08:26 +00:00
list-table.php Remove lingering instances of call time pass-by-reference, limited to instances of callable - use $this instead of &$this. 2013-09-05 16:33:50 +00:00
media.php In media_upload_gallery_form()'s inline JavaScript, remove unnecessary comment tags. 2014-05-11 06:11:08 +00:00
menu.php Remove some debug cruft accidentally committed in [27670]. 2014-03-24 02:37:05 +00:00
meta-boxes.php In attachment_submit_meta_box(), remove dead code: 2014-05-06 16:44:38 +00:00
misc.php Minor phpDoc fixes for the got_rewrite, got_url_rewrite, and documentation_ignore_functions hooks. 2014-05-08 11:12:11 +00:00
ms-deprecated.php New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
ms.php In update_option_new_admin_email(), $email is set and never used. 2014-05-06 16:47:56 +00:00
nav-menu.php In wp-admin/includes/nav-menu.php, remove dead code: 2014-05-06 16:54:10 +00:00
plugin-install.php In install_plugin_information(), $title is set in a foreach loop and never used. This appears to be due to copy-pasting a previous foreach loop and not discarding these bits. 2014-05-06 16:59:29 +00:00
plugin.php Deprecate unused argument of delete_plugins(). Clarify @return value. 2014-05-05 10:23:16 +00:00
post.php Use an interpolated hook name for edit_{$post_type}_per_page instead of $per_page and adjust docs accordingly. 2014-05-08 08:15:48 +00:00
revision.php Remove unused variable setting for $revisions in wp_prepare_revisions_for_js(). 2014-05-06 03:44:30 +00:00
schema.php Move 'home' option to the top of populate_options(). 2014-05-05 21:56:11 +00:00
screen.php Use interpolation instead of concatenation for the manage_{$screen->id}_columns hook name. 2014-05-08 09:57:11 +00:00
taxonomy.php Eliminate use of extract() in wp_insert_category(). Adds unit tests. All unit tests pass. 2014-05-13 03:26:51 +00:00
template.php Fix feature pointer RTL placement. 2014-04-13 23:59:01 +00:00
theme-install.php Bring the theme browsing experience from 3.8 to the theme installer. First pass. 2014-03-11 07:46:27 +00:00
theme.php Use a time constant in get_theme_feature_list() and File_Upload_Upgrader. 2014-05-05 08:25:46 +00:00
update-core.php Update $_old_files for 3.9. see #27775. 2014-04-12 18:26:25 +00:00
update.php In wp-admin/includes/update.php, remove dead code: 2014-05-06 17:20:10 +00:00
upgrade.php In wp-admin/includes/upgrade.php, remove dead code: 2014-05-06 17:26:47 +00:00
user.php Remove lame debugging. see #23057. 2014-03-08 03:15:49 +00:00
widgets.php Remove temporary hooks added in [26865]. 2014-02-28 00:44:38 +00:00