Making WordPress.org

Ticket #489: meta-489.patch

File meta-489.patch, 1.3 KB (added by SergeyBiryukov, 11 years ago)
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/contact.php

     
    164164
    165165<h3><?php _e('Contact', 'rosetta'); ?></h3>
    166166
    167 <?php if ( "The contents of this page are filled automatically, you don't need to spend time here. Just change the title." == get_the_content() ) : ?>
     167<?php if ( false !== strpos( get_the_content(), 'The contents of this page are filled automatically' ) ) : ?>
    168168        <p><?php _e('You can contact translators and this site administrators via this form:', 'rosetta'); ?></p>
    169         <p><?php /* translators: feel free to add links to places, where one can get support in your language. */ _e('<strong>Please, do not post support requests here!</strong> They will probably be ignored.', 'rosetta');?></p>
     169        <?php /* translators: feel free to add links to places, where one can get support in your language. */ ?>
     170        <p><?php _e('<strong>Please, do not post support requests here!</strong> They will probably be ignored.', 'rosetta'); ?></p>
    170171<?php else: ?>
    171172        <?php the_content(); ?>
    172173<?php endif; ?>