Changeset 3082 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
- Timestamp:
- 05/05/2016 07:45:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r3078 r3082 96 96 rename( $plugin_root, "$dir/trunk" ); 97 97 98 SVN::import( $dir, 'http://plugins.svn.wordpress.org/' . $post->post_name, array( 99 'm' => sprintf( 'Adding %1$s by %2$s.', $post->post_title, $plugin_author->user_login ), 100 'username' => AUTOMATTIC_SVN_TRACKER__SVN_USER, 101 'password' => AUTOMATTIC_SVN_TRACKER__SVN_PASSWORD, 102 ) ); 98 SVN::import( $dir, 'http://plugins.svn.wordpress.org/' . $post->post_name, sprintf( 'Adding %1$s by %2$s.', $post->post_title, $plugin_author->user_login ) ); 103 99 104 100 // Delete zips.
Note: See TracChangeset
for help on using the changeset viewer.