Changeset 2863
- Timestamp:
- 03/31/2016 08:14:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-theme-directory/cli/set-theme-project.php
r2367 r2863 173 173 'name' => $theme_data['name'], 174 174 'slug' => $theme_slug, 175 'description' => $theme_data['description'] ,175 'description' => $theme_data['description'] . "<br><br><a href='https://wordpress.org/plugins/{$theme_slug}'>WordPress.org Theme Page</a>", 176 176 'parent_project_id' => $parent_project->id, 177 177 'source_url_template' => "https://themes.trac.wordpress.org/browser/$theme_slug/{$theme_data['version']}/%file%#L%line%",
Note: See TracChangeset
for help on using the changeset viewer.