Making WordPress.org

Changeset 2863


Ignore:
Timestamp:
03/31/2016 08:14:20 PM (9 years ago)
Author:
ocean90
Message:

Translate, Theme Directory: Append the URL to the directory to the theme description.

Fixes #1409.

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  
    173173            'name'                => $theme_data['name'],
    174174            '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>",
    176176            'parent_project_id'   => $parent_project->id,
    177177            '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.