Make WordPress Core

Ticket #27908: 27908-twentyfourteen.patch

File 27908-twentyfourteen.patch, 7.5 KB (added by dominik.schwind, 11 years ago)

Patch for the twentyfourteen theme.

  • src/wp-content/themes/twentyfourteen/content-link.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content-quote.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/inc/widgets.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    124124                                                        if ( has_post_format( 'gallery' ) ) :
    125125
    126126                                                                if ( post_password_required() ) :
    127                                                                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     127                                                                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    128128                                                                else :
    129129                                                                        $images = array();
    130130
     
    169169                                                                endif;
    170170
    171171                                                        else :
    172                                                                 the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     172                                                                the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    173173                                                        endif;
    174174                                                ?>
    175175                                        </div><!-- .entry-content -->
  • src/wp-content/themes/twentyfourteen/content-audio.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content-aside.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    5151        <?php else : ?>
    5252        <div class="entry-content">
    5353                <?php
    54                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     54                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    5555                        wp_link_pages( array(
    5656                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    5757                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content-video.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content-image.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',
  • src/wp-content/themes/twentyfourteen/content-gallery.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4343
    4444        <div class="entry-content">
    4545                <?php
    46                         the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
     46                        the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
    4747                        wp_link_pages( array(
    4848                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
    4949                                'after'       => '</div>',