Changeset 14183 for sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php
- Timestamp:
- 11/20/2024 09:31:05 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php
r14067 r14183 828 828 829 829 // Show number of photos approved on this calendar day. 830 $approved_today_count = User::count_p ublished_photos_for_today();830 $approved_today_count = User::count_photos_for_today( 'publish' ); 831 831 if ( $approved_today_count ) { 832 832 $approved_today_link = add_query_arg( [
Note: See TracChangeset
for help on using the changeset viewer.