Make WordPress Core

Ticket #27908: 27908-twentytwelve.patch

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

Patch for the twentytwelve theme.

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

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    1111        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212                <header><?php _e( 'Link', 'twentytwelve' ); ?></header>
    1313                <div class="entry-content">
    14                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     14                        <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    1515                </div><!-- .entry-content -->
    1616
    1717                <footer class="entry-meta">
  • src/wp-content/themes/twentytwelve/content.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    4141                </div><!-- .entry-summary -->
    4242                <?php else : ?>
    4343                <div class="entry-content">
    44                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     44                        <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    4545                        <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?>
    4646                </div><!-- .entry-content -->
    4747                <?php endif; ?>
  • src/wp-content/themes/twentytwelve/content-status.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    2828                </div><!-- .entry-header -->
    2929
    3030                <div class="entry-content">
    31                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     31                        <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    3232                </div><!-- .entry-content -->
    3333
    3434                <footer class="entry-meta">
  • src/wp-content/themes/twentytwelve/content-aside.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    1212                <div class="aside">
    1313                        <h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    1414                        <div class="entry-content">
    15                                 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     15                                <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    1616                        </div><!-- .entry-content -->
    1717                </div><!-- .aside -->
    1818
  • src/wp-content/themes/twentytwelve/content-image.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    1010
    1111        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212                <div class="entry-content">
    13                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     13                        <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    1414                </div><!-- .entry-content -->
    1515
    1616                <footer class="entry-meta">
  • src/wp-content/themes/twentytwelve/content-quote.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    1010
    1111        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212                <div class="entry-content">
    13                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
     13                        <?php the_content( __( 'Continue&nbsp;reading&nbsp;<span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
    1414                </div><!-- .entry-content -->
    1515
    1616                <footer class="entry-meta">