Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

PATCH 373-04: Fix missing translation in bfa_post_parts.php


 
Prev Previous Post   Next Post Next
  #1  
Old Jan 23, 2012, 10:36 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
PATCH 373-04: Fix missing translation in bfa_post_parts.php

there are three places that are missing a translation in bfa_post_parts (Thanks to merlin for pointing them out) To correct this edit bfa_post_parts.php and

change line 39 from
HTML Code:
				<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute('echo=1') ?>">
to
HTML Code:
				<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to ','atahualpa') . the_title_attribute('echo=1') ?>">
change line 63 from
HTML Code:
		<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link">Permalink</a><?php 
to
HTML Code:
		<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link','atahualpa')?>">Permalink</a><?php 
and change line 71 from
HTML Code:
			<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute('echo=1') ?>"><?php 
to
HTML Code:
			<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to ','atahualpa') .  the_title_attribute('echo=1') ?>"><?php 
then add to the end of the atahualpa.pot
HTML Code:
#: functions/bfa_post_parts.php:39
#: functions/bfa_post_parts.php:39
msgid "Permanent Link to "
msgstr ""
#: functions/bfa_post_parts.php:63
msgid "Permanent Link"
msgstr ""
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] PATCH 373-03: date-modified in post/page .. patch is corrupted dnasir New Versions, & Updating 3 Jan 19, 2012 08:21 AM
[SOLVED] bfa_post_parts.php ljwahl Atahualpa 3 Wordpress theme 3 Sep 8, 2011 09:19 PM
Error in bfa_post_parts.php BUGFIX flyboy New Versions, & Updating 2 May 27, 2011 07:59 AM
PATCH 367-02: Page Titles are double with 3.6.7 (now part of PATCH 367-04) juggledad Old Version fixes and change logs 0 May 13, 2011 03:57 PM
[SOLVED] Help with bfa_post_parts.php 757CoffeeNews Center area post/pages 8 Apr 29, 2011 11:11 AM


All times are GMT -6. The time now is 09:41 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.