Changeset 1356 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 02/28/2015 12:19:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1354 r1356 52 52 function drawThemeDownloadsChart() { 53 53 jQuery(document).ready(function($){ 54 $.getJSON('https://api.wordpress.org/stats/themes/1.0/downloads.php?slug=<?php echo $slug; ?>&limit= 730&callback=?', function (downloads) {54 $.getJSON('https://api.wordpress.org/stats/themes/1.0/downloads.php?slug=<?php echo $slug; ?>&limit=365&callback=?', function (downloads) { 55 55 var data = new google.visualization.DataTable(), 56 56 count = 0;
Note: See TracChangeset
for help on using the changeset viewer.