Plugin Directory

Changeset 633446


Ignore:
Timestamp:
12/03/2012 12:29:25 PM (13 years ago)
Author:
raido357
Message:

Language domain fixes

Location:
dippler/trunk/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dippler/trunk/themes/twentyten_dippler/dippler-blog-page.php

    r629015 r633446  
    2424                    }
    2525                    if ( have_posts() && $course ) : ?>
    26 
    27                     <?php twentyeleven_content_nav( 'nav-above' ); ?>
    2826   
    2927                    <?php /* Start the Loop */ ?>
     
    3432                    <?php endwhile; ?>
    3533   
    36                     <?php twentyeleven_content_nav( 'nav-below' ); ?>
    37    
    3834                <?php else : ?>
    3935   
    4036                    <article id="post-0" class="post no-results not-found">
    4137                        <header class="entry-header">
    42                             <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
     38                            <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyten' ); ?></h1>
    4339                        </header><!-- .entry-header -->
    4440   
    4541                        <div class="entry-content">
    46                             <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
     42                            <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyten' ); ?></p>
    4743                            <?php get_search_form(); ?>
    4844                        </div><!-- .entry-content -->
  • dippler/trunk/themes/twentyten_dippler/style.css

    r633438 r633446  
    11/*
    22Theme Name: Twenty Ten with Dippler for Wordpress
    3 Theme URI: http://wordpress.org/extend/themes/twentyeleven
     3Theme URI: http://wordpress.org/extend/themes/twentyten
    44Author: the WordPress team and modded by Tallinn University Centre for Educational Technology
    55Author URI: http://wordpress.org/
  • dippler/trunk/themes/twentytwelve_dippler/dippler-blog-page.php

    r633418 r633446  
    2424                    }
    2525                    if ( have_posts() && $course ) : ?>
    26 
    27                     <?php twentyeleven_content_nav( 'nav-above' ); ?>
    2826   
    2927                    <?php /* Start the Loop */ ?>
     
    3432                    <?php endwhile; ?>
    3533   
    36                     <?php twentyeleven_content_nav( 'nav-below' ); ?>
    37    
    3834                <?php else : ?>
    3935   
    4036                    <article id="post-0" class="post no-results not-found">
    4137                        <header class="entry-header">
    42                             <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
     38                            <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
    4339                        </header><!-- .entry-header -->
    4440   
    4541                        <div class="entry-content">
    46                             <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
     42                            <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
    4743                            <?php get_search_form(); ?>
    4844                        </div><!-- .entry-content -->
  • dippler/trunk/themes/twentytwelve_dippler/style.css

    r633438 r633446  
    11/*
    22Theme Name: Twenty Twelve with Dippler for Wordpress
    3 Theme URI: http://wordpress.org/extend/themes/twentyeleven
     3Theme URI: http://wordpress.org/extend/themes/twentytwelve
    44Author: the WordPress team and modded by Tallinn University Centre for Educational Technology
    55Author URI: http://wordpress.org/
Note: See TracChangeset for help on using the changeset viewer.