Making WordPress.org

Changeset 9570


Ignore:
Timestamp:
03/06/2020 09:38:00 PM (5 years ago)
Author:
coffee2code
Message:

Showcase: Make a string translatable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/404.php

    r9569 r9570  
    1515                        <div class="storycontent">
    1616                                <h3><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h3>
    17                                 <p>Sorry, we could not not find that site in the Showcase. We do have many others available though. Here&#8217;s one chosen at random!</p>
     17                                <p><?php _e( 'Sorry, we could not not find that site in the Showcase. We do have many others available though. Here&#8217;s one chosen at random!', 'wporg-showcase' ); ?></p>
    1818                                <?php //breadcrumb(); ?>
    1919                                <h3><?php the_title(); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.