Changeset 9702 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-self-close.php
- Timestamp:
- 04/06/2020 06:55:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-self-close.php
r9682 r9702 7 7 8 8 /** 9 * An API endpoint for favoriting a particular plugin.9 * An API endpoint for closing a particular plugin. 10 10 * 11 11 * @package WordPressdotorg_Plugin_Directory … … 75 75 // Add an audit-log entry as to why this has happened. 76 76 Tools::audit_log( 77 $plugin,78 sprintf( 'Plugin closed. Reason: Author Self-close Request from %s', $_SERVER['REMOTE_ADDR'] )77 sprintf( 'Plugin closed. Reason: Author Self-close Request from %s', $_SERVER['REMOTE_ADDR'] ), 78 $plugin 79 79 ); 80 80 … … 92 92 The WordPress Plugin Directory Team 93 93 https://make.wordpress.org/plugins', 'wporg-plugins' ), 94 $user->display_name,94 wp_get_current_user()->display_name, 95 95 gmdate( 'Y-m-d H:i:s \G\M\T' ), 96 96 $plugin->post_title,
Note: See TracChangeset
for help on using the changeset viewer.