initial upload

This commit is contained in:
2026-03-15 14:37:05 -04:00
parent aa22bd4cde
commit f0255622f3
5508 changed files with 8823230 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
<p><?php _e('أدخل كلمة المرور لتر التعليقات'); ?></p>
<p><?php _e('Enter your password to view comments.'); ?></p>
<?php return; endif; ?>
<h3 id="comments"><?php comments_number(__('لا تعليقات No Comments'), __('تعليق واحد One Comment'), __('تعليقات (%) Comments')); ?>
<?php if ( comments_open() ) : ?>
<a href="#postcomment" title="<?php _e("علق Comment"); ?>">&raquo;</a>
<?php endif; ?>
</h3>
<?php if ( $comments ) : ?>
<ol id="commentlist">
<?php foreach ($comments as $comment) : ?>
<li id="comment-<?php comment_ID(); ?>">
<?php comment_text(); ?>
<p><cite><?php comment_author_link(); ?><?php comment_type(__('تعليق Comment'), __('تتبع Trackback'), __('Pingback')); ?> | <a href="#comment-<?php comment_ID() ?>"><?php comment_date('Y.m.d'); ?> <?php comment_time('H:i'); ?></a></cite> | <?php edit_comment_link(__('حرر Edit'), '', ''); ?></p>
</li>
<?php endforeach; ?>
</ol>
<?php else : // If there are no comments yet ?>
<p><?php _e('لا تعليقات إلى الآن'); ?></p>
<p><?php _e('No comments yet.'); ?></p>
<?php endif; ?>
<p><?php comments_rss_link(__('خلاصات <abbr title="Really Simple Syndication">RSS</abbr>')); ?>
<?php if ( pings_open() ) : ?>
<a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
<?php endif; ?>
</p>
<?php if ( comments_open() ) : ?>
<h2 id="postcomment"><?php _e('علق Comment'); ?></h2>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>يتعين عليك <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">الدخول</a> لتعلق.</p>