Making WordPress.org


Ignore:
Timestamp:
06/18/2016 04:22:45 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Let's use plugin count intead of total downloads.

It's been a long day.

See [3445], #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/header.php

    r3445 r3446  
    3737                    <?php
    3838                    /* Translators: Total number of plugins. */
    39                     printf( __( 'Extend your WordPress experience with %s plugins.', 'wporg-plugins' ), number_format_i18n( Template::get_total_downloads() ) );
     39                    printf( __( 'Extend your WordPress experience with %s plugins.', 'wporg-plugins' ), number_format_i18n( wp_count_posts( 'plugin' )->publish ) );
    4040                    ?>
    4141                </p>
Note: See TracChangeset for help on using the changeset viewer.