Changeset 14635
- Timestamp:
- 01/20/2026 07:59:25 AM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-updates-pcp.php
r14625 r14635 241 241 } 242 242 243 $active_installs = get_post_meta( $plugin->ID, 'active_installs', true );243 $active_installs = (int) get_post_meta( $plugin->ID, 'active_installs', true ); 244 244 245 245 $body = sprintf( "Detected errors in *%s*\n", $plugin->post_title );
Note: See TracChangeset
for help on using the changeset viewer.