Making WordPress.org


Ignore:
Timestamp:
02/18/2018 04:41:18 PM (6 years ago)
Author:
ocean90
Message:

Translate, Stats Overview: Include stats for the new WordPress.org project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php

    r5502 r6689  
    1717                <?php foreach ( $projects as $slug => $project ) : ?>
    1818                    <th><?php
    19                         $namereplace = array( 'WordPress.org ', 'WordPress for ', 'WordPress ', 'ectory' );
     19                        $namereplace = array( 'WordPress.org ', 'WordPress for ', 'WordPress ', 'ectory', ' - Development' );
    2020                        echo esc_html( str_replace( $namereplace, '', $project->name ) );
    2121                    ?></th>
Note: See TracChangeset for help on using the changeset viewer.