Changeset 30662 for trunk/src/wp-trackback.php
- Timestamp:
- 11/30/2014 09:22:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-trackback.php
r25616 r30662 21 21 * @since 0.71 22 22 * 23 * @param int|bool$error Whether there was an error.24 * Default '0'. Accepts '0' or '1'.25 * @param string 23 * @param mixed $error Whether there was an error. 24 * Default '0'. Accepts '0' or '1', true or false. 25 * @param string $error_message Error message if an error occurred. 26 26 */ 27 27 function trackback_response($error = 0, $error_message = '') {
Note: See TracChangeset
for help on using the changeset viewer.