Changeset 39323 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/21/2016 01:21:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r39316 r39323 4088 4088 __( 'https://codex.wordpress.org/Debugging_in_WordPress' ) 4089 4089 ); 4090 /* translators: Developer debugging message. 1: PHP function name, 2: Explanatory message, 3: Version information message */ 4090 4091 trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) ); 4091 4092 } else {
Note: See TracChangeset
for help on using the changeset viewer.