| .. |
|
admin.php
|
Include ms.php if multisite
|
2010-01-07 04:33:41 +00:00 |
|
bookmark.php
|
Use update and insert. Props DD32. fixes #6836
|
2010-01-07 20:13:54 +00:00 |
|
class-ftp-pure.php
|
phpdoc for wp-admin. See #7496 props santosj.
|
2008-08-14 06:30:38 +00:00 |
|
class-ftp-sockets.php
|
phpdoc for wp-admin. See #7496 props santosj.
|
2008-08-14 06:30:38 +00:00 |
|
class-ftp.php
|
Swap out ;; for ;. Fixes #11618 props demetris and nacin.
|
2009-12-26 16:53:17 +00:00 |
|
class-pclzip.php
|
Associate subdirector of whitespace trims trailing whites with pinking shears.
|
2009-10-15 20:26:21 +00:00 |
|
class-wp-filesystem-base.php
|
WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304
|
2009-08-16 08:34:53 +00:00 |
|
class-wp-filesystem-direct.php
|
Include 'hidden' directories in filesystem dirlist by default, props dd32, fixes #10774
|
2009-09-15 02:21:00 +00:00 |
|
class-wp-filesystem-ftpext.php
|
Pass correct number of args to ftp_chdir(). Props Denis-de-Bernardy. see #10889
|
2009-12-10 23:03:25 +00:00 |
|
class-wp-filesystem-ftpsockets.php
|
Typo fixes, props dd32, fixes #11030
|
2009-10-25 17:30:58 +00:00 |
|
class-wp-filesystem-ssh2.php
|
Include 'hidden' directories in filesystem dirlist by default, props dd32, fixes #10774
|
2009-09-15 02:21:00 +00:00 |
|
class-wp-upgrader.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
comment.php
|
Improve get_pending_comments_num() to be a little more predictable and revert the erroneous change in [12596]. See #11882.
|
2010-01-12 22:38:26 +00:00 |
|
continents-cities.php
|
Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794
|
2009-05-14 20:05:25 +00:00 |
|
dashboard.php
|
Deprecate _nc() as _nx() is a much better was of specifying contexts. Fixes #11404 props nacin.
|
2009-12-19 10:51:29 +00:00 |
|
export.php
|
Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.
|
2010-01-08 08:34:39 +00:00 |
|
file.php
|
Replace ctype_digit() with is_numeric() for better compatibility, props markup, fixes #11620 for trunk
|
2009-12-26 08:47:47 +00:00 |
|
image-edit.php
|
Show disabled image rotation buttons when imagerotate() is missing, props husky and hakre, fixes #11536
|
2009-12-27 21:24:39 +00:00 |
|
image.php
|
Add missing version numbers to _deprecated_argument() calls.
|
2010-01-09 10:03:55 +00:00 |
|
import.php
|
Remove trailing whitespace
|
2009-09-24 17:19:13 +00:00 |
|
manifest.php
|
Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist
|
2009-06-17 01:06:32 +00:00 |
|
media.php
|
Remove unneeded empty span and add form closing tag in media.php, props Simek and hakre, fixes #11569
|
2009-12-30 08:19:34 +00:00 |
|
meta-boxes.php
|
Add missing version numbers to _deprecated_argument() calls.
|
2010-01-09 10:03:55 +00:00 |
|
misc.php
|
Allow per_page settings for custom post type edit screens. see #9674
|
2010-01-12 15:41:10 +00:00 |
|
ms.php
|
Add is_subdomain_install() to ms code - Fixes #11796
|
2010-01-08 21:25:01 +00:00 |
|
plugin-install.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
plugin.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
post.php
|
Allow per_page settings for custom post type edit screens. see #9674
|
2010-01-12 15:41:10 +00:00 |
|
schema.php
|
Remove oEmbed discovery option. Add hook so plugins can enable it. see #10337
|
2009-12-15 21:16:00 +00:00 |
|
taxonomy.php
|
Show custom hierarchical taxonomies in the menus. Props dd32. see #11838
|
2010-01-11 19:27:44 +00:00 |
|
template.php
|
Improve get_pending_comments_num() to be a little more predictable and revert the erroneous change in [12596]. See #11882.
|
2010-01-12 22:38:26 +00:00 |
|
theme-install.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
theme.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
update-core.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
update.php
|
Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.
|
2010-01-08 20:49:55 +00:00 |
|
upgrade.php
|
Updates and improvements to _depreceated_argument. See #11386 props nacin.
|
2009-12-30 16:23:39 +00:00 |
|
user.php
|
Use update and insert. Props DD32. fixes #6836
|
2010-01-07 20:13:54 +00:00 |
|
widgets.php
|
Change 'Remove' link on widgets to 'Delete' because it doesn't just remove it, it deletes the settings for that widget instance. props Denis-de-Bernardy. fixes #10379
|
2009-12-10 08:51:36 +00:00 |