[wp-meta] [Making WordPress.org] #3068: Wrong version in WordPress Stats page
Making WordPress.org
noreply at wordpress.org
Thu Aug 24 14:59:47 UTC 2017
#3068: Wrong version in WordPress Stats page
---------------------+-----------------------------
Reporter: ramiy | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords: has-screenshots
---------------------+-----------------------------
The stats page has a chart with active WordPress Version
(https://wordpress.org/about/stats/). The problem is that the chard
displays version '''5.0''', the latest WordPress version is '''4.8'''.
It is actually a simple fix, the page has the following JS:
{{{
window.drawWpVersionsGraph = function( data ) {
// Remove trunk from display.
delete data[ '4.9' ];
delete data[ '5' ];
drawGraph( data, 'wp_versions', 'WordPress Versions', 'Version',
'versions' );
};
}}}
It should be `5.0`, not `5`.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3068>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list