Changeset 14244
- Timestamp:
- 12/06/2024 02:27:47 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-controls.php
r13507 r14244 194 194 195 195 <tr> 196 <td><?php _e( 'Submitted:', 'wporg-plugins' ); ?></td> 197 <td><strong><?php printf( '<span title="%s">%s ago</span>', esc_attr( gmdate( 'Y-m-d H:i:s', $post->_submitted_date ?? 0 ) ), human_time_diff( $post->_submitted_date ) ); ?></strong></td> 198 </tr> 199 200 <tr> 196 201 <td><?php _e( 'Installs:', 'wporg-plugins' ); ?></td> 197 202 <td><strong><?php echo Template::active_installs( false, $post ); ?></strong></td>
Note: See TracChangeset
for help on using the changeset viewer.