Wordpress/wp-admin/includes
Andrew Nacin 8d38a2f78e Fix typos in [13729]. edit_type_cap is a primitive cap, not meta. @todo: audit ptype cap calls.
git-svn-id: https://develop.svn.wordpress.org/trunk@13890 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-30 13:16:28 +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 Fix typo in r13850. See #12232 2010-03-28 08:23:46 +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 Add extra hooks to Right Now dashboard widget. Props jfarthing84. See #12202 2010-03-28 06:13:53 +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 Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +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 Do not add rel="attachment" for direct(File URL, not Post URL) links to non-media files in "Insert into Post". Fixes #7040 2010-03-29 09:57:34 +00:00
meta-boxes.php Display the list of Terms in a non-hierarchical taxonomy on the Post Edit page even if they cannot modify them. See #12035 2010-03-28 02:37:10 +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
ms.php Use network_*_url(). see #12736 2010-03-29 21:45:31 +00:00
nav-menu.php Remove trailing whites and double semicolons. 2010-03-26 19:36:49 +00:00
plugin-install.php
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 Fix typos in [13729]. edit_type_cap is a primitive cap, not meta. @todo: audit ptype cap calls. 2010-03-30 13:16:28 +00:00
schema.php Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +00:00
taxonomy.php
template.php Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +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 Change @since 3.0 to @since 3.0.0. 2010-03-26 19:13:36 +00:00
user.php Password nag string cleanup. Could be good to also increase the line-height on div.updated/error at some point. 2010-03-27 07:22:05 +00:00
widgets.php