Changeset 14356
- Timestamp:
- 01/13/2025 06:59:49 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/moderation.php
r14355 r14356 801 801 width: 50px; 802 802 } 803 #dashboard-photo-moderators .col-last-mod-date { 804 width: 80px; 805 } 803 806 CSS; 804 807 echo "</style>\n"; … … 809 812 echo '<th class="col-num-approved" title="' . esc_attr__( 'Number of photos approved', 'wporg-photos' ) . '"><span class="dashicons dashicons-thumbs-up"></span></th>'; 810 813 echo '<th class="col-num-rejected" title="' . esc_attr__( 'Number of photos rejected', 'wporg-photos' ) . '"><span class="dashicons dashicons-thumbs-down"></span></th>'; 811 echo '<th >' . __( 'Last Moderated', 'wporg-photos' ) . '</th>';814 echo '<th class="col-last-mod-date">' . __( 'Last Moderated', 'wporg-photos' ) . '</th>'; 812 815 echo '</tr></thead>'; 813 816 echo '<tbody>';
Note: See TracChangeset
for help on using the changeset viewer.