Changeset 664981
- Timestamp:
- 02/07/2013 11:37:12 PM (13 years ago)
- File:
-
- 1 edited
-
umatter2us/trunk/umatter2us.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
umatter2us/trunk/umatter2us.php
r664979 r664981 807 807 $repos = get_option( 'um2u_repos' ); 808 808 if ( $team_name && $project_name && $repo_url ) { 809 $repos[ $team_name ] = array( 'name' => $project_name, 'url' => $repo_url);809 $repos[ $team_name ][] = array( 'name' => $project_name, 'url' => $repo_url); 810 810 update_option( 'um2u_repos', $repos ); 811 811 }
Note: See TracChangeset
for help on using the changeset viewer.