Changeset 12057 for sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/moderation.php
- Timestamp:
- 09/08/2022 08:21:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/moderation.php
r11679 r12057 463 463 464 464 // Flag if this is user's first submission. 465 $published_photos_count = Photo::count_user_published_photos( $post->post_author );465 $published_photos_count = User::count_published_photos( $post->post_author ); 466 466 if ( ! $published_photos_count ) { 467 467 $flags[ 'no published photo' ] = 'possible';
Note: See TracChangeset
for help on using the changeset viewer.