Making WordPress.org


Ignore:
Timestamp:
02/25/2016 05:05:50 AM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Update the theme to reference the new namespaced class names.
See #1584, r2611

File:
1 edited

Legend:

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

    r2502 r2612  
    66            '<p class="intro">' . __( 'Plugins extend and expand the functionality of WordPress. %1$s plugins with %2$s total downloads are at your fingertips.', 'wporg-plugins' ) . '</p>',
    77            '<strong>' . number_format_i18n( wp_count_posts( 'plugin' )->publish ) . '</strong>',
    8             '<strong>' . number_format_i18n( WPorg_Plugin_Directory_Template::get_total_downloads() ) . '</strong>'
     8            '<strong>' . number_format_i18n( WordPressdotorg\Plugin_Directory\Template::get_total_downloads() ) . '</strong>'
    99    );
    1010}
Note: See TracChangeset for help on using the changeset viewer.