mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 17:39:52 +01:00
$link_url
and $link_text
arguments to wp_die()
.
This changeset removes the hack that was used before to display more complex HTML markup than a simple message in the default PHP error template via `wp_die()`. By removing HTML markup from the arguments passed to `wp_die()` it furthermore paves the way for supporting other content types than the default. The message and arguments can be modified with new `wp_php_error_message` and `wp_php_error_args` filters respectively. Furthermore this changeset fixes a few issues of functions not existing which could potentially have caused fatal errors when executed early in the WordPress bootstrap process. Props flixos90, spacedmonkey. See #45933, #44458. git-svn-id: https://develop.svn.wordpress.org/trunk@44624 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.6%
CSS
8.8%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%