Changeset 14047
- Timestamp:
- 09/11/2024 09:48:35 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php
r13998 r14047 1016 1016 global $post; 1017 1017 1018 if ( ! $post || 'publish' !== $post->post_status) {1018 if ( ! $post ) { 1019 1019 return; 1020 1020 }
Note: See TracChangeset
for help on using the changeset viewer.