Making WordPress.org


Ignore:
Timestamp:
07/13/2015 12:12:46 PM (10 years ago)
Author:
ocean90
Message:

Translate: Show status of the main project in the project box.

see #1091.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-project.php

    r1734 r1736  
    1414    <p class="project-description"><?php echo $sub_project->description; ?></p>
    1515
    16     <div class="project-box percent-<?php echo $sub_project_status->percent_complete; ?>">
     16    <div class="project-box percent-<?php echo $project_status->percent_complete; ?>">
    1717        <div class="project-box-header">
    1818            <div class="project-icon">
     
    5151
    5252            <div class="project-status">
    53                 <?php echo $sub_project_status->percent_complete . '%'; ?>
     53                <?php echo $project_status->percent_complete . '%'; ?>
    5454            </div>
    5555        </div>
Note: See TracChangeset for help on using the changeset viewer.