Changeset 45674 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45667 r45674 4793 4793 $message .= ' ' . sprintf( 4794 4794 __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ), 4795 __( 'https:// codex.wordpress.org/Debugging_in_WordPress' )4795 __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) 4796 4796 ); 4797 4797 /* translators: Developer debugging message. 1: PHP function name, 2: Explanatory message, 3: Version information message */ … … 4805 4805 $message .= sprintf( 4806 4806 ' Please see <a href="%s">Debugging in WordPress</a> for more information.', 4807 'https:// codex.wordpress.org/Debugging_in_WordPress'4807 'https://wordpress.org/support/article/debugging-in-wordpress/' 4808 4808 ); 4809 4809 trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
Note: See TracChangeset
for help on using the changeset viewer.