Changeset 54952 for trunk/tests/phpunit/tests/pluggable/signatures.php
- Timestamp:
- 12/09/2022 12:22:14 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable/signatures.php
r54872 r54952 174 174 'action' => -1, 175 175 'query_arg' => false, 176 ' die'=> true,176 'stop' => true, 177 177 ), 178 178 'wp_redirect' => array( … … 190 190 'wp_validate_redirect' => array( 191 191 'location', 192 ' default' => '',192 'fallback_url' => '', 193 193 ), 194 194 'wp_notify_postauthor' => array( … … 232 232 'get_avatar' => array( 233 233 'id_or_email', 234 'size' => 96,235 'default ' => '',236 'alt' => '',237 'args' => null,234 'size' => 96, 235 'default_value' => '', 236 'alt' => '', 237 'args' => null, 238 238 ), 239 239 'wp_text_diff' => array(
Note: See TracChangeset
for help on using the changeset viewer.