Changeset 3354 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-internal-stats.php
- Timestamp:
- 06/14/2016 10:18:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-internal-stats.php
r2994 r3354 52 52 foreach ( $stats as $stat_name => $value ) { 53 53 if ( 'active_installs' == $stat_name ) { 54 // Store an unsanitized private version of the active_installs stat for consistent ordering. 55 update_post_meta( $plugin->ID, '_active_installs', wp_slash( $value ) ); 56 54 57 $value = $this->sanitize_active_installs( $value ); 55 58 } elseif ( 'usage' == $stat_name ) {
Note: See TracChangeset
for help on using the changeset viewer.