Changeset 2502 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-tags.php
- Timestamp:
- 02/15/2016 06:33:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-tags.php
r2499 r2502 35 35 36 36 function worg_plugins_template_active_installs( $full = true ) { 37 $count = Plugin_Directory_Template_Helpers::get_active_installs_count( get_post()->post_name );37 $count = WPorg_Plugin_Directory_Template::get_active_installs_count( get_post()->post_name ); 38 38 39 39 if ( ! $count ) {
Note: See TracChangeset
for help on using the changeset viewer.