Ticket #489: meta-489.patch
File meta-489.patch, 1.3 KB (added by , 11 years ago) |
---|
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/contact.php
164 164 165 165 <h3><?php _e('Contact', 'rosetta'); ?></h3> 166 166 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' ) ) : ?> 168 168 <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> 170 171 <?php else: ?> 171 172 <?php the_content(); ?> 172 173 <?php endif; ?>