Browse Source

Update string

pull/674/head
danpros 1 year ago
parent
commit
b71e8cf4e5
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      themes/twentyfifteen/static.html.php
  2. +2
    -2
      themes/twentysixteen/static.html.php

+ 2
- 2
themes/twentyfifteen/static.html.php View File

@ -12,10 +12,10 @@
<h2 class="screen-reader-text">Post navigation</h2> <h2 class="screen-reader-text">Post navigation</h2>
<div class="nav-links"> <div class="nav-links">
<?php if (!empty($prev)): ?> <?php if (!empty($prev)): ?>
<div class="nav-previous"><a rel="prev" href="<?php echo($prev['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Prev');?></span> <span class="screen-reader-text">Previous post:</span> <span class="post-title"><?php echo($prev['title']); ?></span></a></div>
<div class="nav-previous"><a rel="prev" href="<?php echo($prev['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Next');?></span> <span class="screen-reader-text">Previous post:</span> <span class="post-title"><?php echo($prev['title']); ?></span></a></div>
<?php endif; ?> <?php endif; ?>
<?php if (!empty($next)): ?> <?php if (!empty($next)): ?>
<div class="nav-next"><a rel="next" href="<?php echo($next['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Next');?></span> <span class="screen-reader-text">Next post:</span> <span class="post-title"><?php echo($next['title']); ?></span></a></div>
<div class="nav-next"><a rel="next" href="<?php echo($next['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Prev');?></span> <span class="screen-reader-text">Next post:</span> <span class="post-title"><?php echo($next['title']); ?></span></a></div>
<?php endif; ?> <?php endif; ?>
</div> </div>
</nav> </nav>

+ 2
- 2
themes/twentysixteen/static.html.php View File

@ -22,10 +22,10 @@
<h2 class="screen-reader-text">Post navigation</h2> <h2 class="screen-reader-text">Post navigation</h2>
<div class="nav-links"> <div class="nav-links">
<?php if (!empty($prev)): ?> <?php if (!empty($prev)): ?>
<div class="nav-previous"><a rel="prev" href="<?php echo($prev['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Prev');?></span> <span class="screen-reader-text">Previous post:</span> <span class="post-title"><?php echo($prev['title']); ?></span></a></div>
<div class="nav-previous"><a rel="prev" href="<?php echo($prev['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Next');?></span> <span class="screen-reader-text">Previous post:</span> <span class="post-title"><?php echo($prev['title']); ?></span></a></div>
<?php endif;?> <?php endif;?>
<?php if (!empty($next)): ?> <?php if (!empty($next)): ?>
<div class="nav-next"><a rel="next" href="<?php echo($next['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Next');?></span> <span class="screen-reader-text">Next post:</span> <span class="post-title"><?php echo($next['title']); ?></span></a></div>
<div class="nav-next"><a rel="next" href="<?php echo($next['url']); ?>"><span aria-hidden="true" class="meta-nav"><?php echo i18n('Prev');?></span> <span class="screen-reader-text">Next post:</span> <span class="post-title"><?php echo($next['title']); ?></span></a></div>
<?php endif;?> <?php endif;?>
</div> </div>
</nav> </nav>

Loading…
Cancel
Save