mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
Add link to the codex in the doing_it_wrong notices, see #18453
git-svn-id: http://svn.automattic.com/wordpress/trunk@18923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb792ad204
commit
821a38fcbc
@ -3527,6 +3527,7 @@ function _deprecated_argument( $function, $version, $message = null ) {
|
|||||||
*/
|
*/
|
||||||
function _doing_it_wrong( $function, $message, $version ) {
|
function _doing_it_wrong( $function, $message, $version ) {
|
||||||
|
|
||||||
|
$message .= ' ' . __('Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.');
|
||||||
do_action( 'doing_it_wrong_run', $function, $message, $version );
|
do_action( 'doing_it_wrong_run', $function, $message, $version );
|
||||||
|
|
||||||
// Allow plugin to filter the output error trigger
|
// Allow plugin to filter the output error trigger
|
||||||
|
Loading…
Reference in New Issue
Block a user