Changeset 14479
- Timestamp:
- 07/03/2025 03:53:52 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r14333 r14479 284 284 285 285 // Record the last failure attempt. 286 if ( $result['errors'] ) {287 Tools::audit_log( 'Error creating SVN repository: ' . var_export( $result['errors'] , true ), $post->ID );286 if ( ! $result['result'] ) { 287 Tools::audit_log( 'Error creating SVN repository: ' . var_export( $result['errors'] ?: $result, true ), $post->ID ); 288 288 289 289 // Retry in a minute.
Note: See TracChangeset
for help on using the changeset viewer.