File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -947,14 +947,14 @@ class="button button-link-delete gtws-delete-project"
947947 <?php if (!empty ($ project ['commit_date ' ])): ?>
948948 <div class="gtws-detail-item">
949949 <strong><?php _e ('Commit Date: ' , 'snn ' ); ?> </strong>
950- <?php echo esc_html (date ('F j, Y g:i a ' , strtotime ($ project ['commit_date ' ]))); ?>
950+ <?php echo esc_html (wp_date ('F j, Y g:i a ' , strtotime ($ project ['commit_date ' ]))); ?>
951951 </div>
952952 <?php endif ; ?>
953-
953+
954954 <?php if (!empty ($ project ['last_sync ' ])): ?>
955955 <div class="gtws-detail-item">
956956 <strong><?php _e ('Last Sync: ' , 'snn ' ); ?> </strong>
957- <?php echo esc_html (date ('F j, Y g:i a ' , strtotime ($ project ['last_sync ' ]))); ?>
957+ <?php echo esc_html (wp_date ('F j, Y g:i a ' , strtotime ($ project ['last_sync ' ]))); ?>
958958 <?php if (!empty ($ project ['last_sync_commit ' ])): ?>
959959 <code><?php echo esc_html (substr ($ project ['last_sync_commit ' ], 0 , 7 )); ?> </code>
960960 <?php endif ; ?>
You can’t perform that action at this time.
0 commit comments