WordPress/wp-admin/includes
Andrew Nacin d3b89d43fc Add nginx detection to the Permalink Settings screen.
Introduces got_url_rewrite() and a corresponding filter, which should now be used in lieu of the got_rewrite filter in got_mod_rewrite().

This does not write or even suggest nginx configuration; rather, it prevents nginx from being considered as either Apache or as an unrecognized server.

props johnbillion.
fixes #25098.

Built from https://develop.svn.wordpress.org/trunk@25456


git-svn-id: http://core.svn.wordpress.org/trunk@25377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-09-16 20:07:09 +00:00
..
admin.php
ajax-actions.php Use get_terms() in the ajax tag search. 2013-09-16 17:51:08 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php
class-wp-filesystem-base.php
class-wp-filesystem-direct.php Make use of the mbstring.func_overload helper functions in WP_Filesystem so byte lengths are properly determined. See #25259 Fixes #25237 2013-09-11 08:27:10 +00:00
class-wp-filesystem-ftpext.php Make use of the mbstring.func_overload helper functions in WP_Filesystem so byte lengths are properly determined. See #25259 Fixes #25237 2013-09-11 08:27:10 +00:00
class-wp-filesystem-ftpsockets.php Make use of the mbstring.func_overload helper functions in WP_Filesystem so byte lengths are properly determined. See #25259 Fixes #25237 2013-09-11 08:27:10 +00:00
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-links-list-table.php
class-wp-list-table.php
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php Avoid a PHP warning in network admin if a constant corresponding to a drop-in is not defined. fixes #25301. 2013-09-13 09:37:10 +00:00
class-wp-posts-list-table.php
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php Fix invalid markup when searching for installed themes. fixes #25288. 2013-09-12 00:03:10 +00:00
class-wp-upgrader-skins.php WordPress Core Automatic Updates: Pass the Filesystem path as $context to request_filesystem_credentials(). See #22704 2013-09-13 06:53:09 +00:00
class-wp-upgrader.php WordPress Core Automatic Updates: Remove an accidental closure which isn't supported in PHP 5.2. See #22704 2013-09-15 01:26:09 +00:00
class-wp-users-list-table.php
comment.php Inline documentation for hooks in wp-admin/includes/comment.php. 2013-09-14 01:01:08 +00:00
continents-cities.php
dashboard.php Allow callback args to be passed from wp_add_dashboard_widget() to add_meta_box(). 2013-09-16 18:07:10 +00:00
deprecated.php
export.php
file.php
image-edit.php
image.php
import.php Move to JSON for three api.wordpress.org endpoints. see #25311. 2013-09-14 19:31:08 +00:00
list-table.php
media.php Add file size to attachment publish meta box. props desrosj. fixes #25170. 2013-09-12 15:10:09 +00:00
menu.php
meta-boxes.php
misc.php Add nginx detection to the Permalink Settings screen. 2013-09-16 20:07:09 +00:00
ms-deprecated.php
ms.php
nav-menu.php
plugin-install.php
plugin.php
post.php
revision.php Better alignment for wp_prepare_revisions_for_js() inline docs. see #25283. 2013-09-12 23:15:10 +00:00
schema.php Multisite blogs table: Convert the archived field from enum to tinyint to match the other status fields. fixes #12832. 2013-09-15 23:12:11 +00:00
screen.php
taxonomy.php
template.php
theme-install.php
theme.php
update-core.php
update.php WordPress Core Automatic Updates: Add the first slice of Automatic Upgrades, This is presently disabled, and requires a filter to enable ( 'auto_upgrade_core' ). See #22704 2013-09-13 06:19:12 +00:00
upgrade.php Multisite blogs table: Convert the archived field from enum to tinyint to match the other status fields. fixes #12832. 2013-09-15 23:12:11 +00:00
user.php
widgets.php