Making WordPress.org

Ticket #760: 760-api.2.diff

File 760-api.2.diff, 511 bytes (added by stephdau, 9 years ago)

Production-ready version

  • plugins/info/1.0/include.php

     
    530530                global $svn_tracker, $bbdb;
    531531                $GLOBALS['topic'] =& $plugin;
    532532                $p = array(
    533                         'name' => $plugin->topic_title,
     533                        'name' => $svn_tracker->translate( 'title', $plugin->topic_title ),
    534534                        'slug' => $plugin->topic_slug,
    535535                        'version' => $plugin->version,
    536536                        'author' => $plugin->author,