@@ -1660,7 +1665,7 @@ if (function_exists('childtheme_override_postfooter_postconnect')) {
__('Trackback URL','thematic'))
);
}elseif((comments_open())&&!(pings_open())){/* Only comments open */
$postconnect=sprintf(__('Trackbacks are closed, but you can %1$spost a comment%2$s.','1s and 2s are the a href link wrappers, do not reverse them','thematic'),sprintf('<a class="comment-link" title="%s" href="#respond">',esc_attr__('Post a comment','thematic')),'</a>');
$postconnect=sprintf(_x('Trackbacks are closed, but you can %1$spost a comment%2$s.','1s and 2s are the a href link wrappers, do not reverse them','thematic'),sprintf('<a class="comment-link" title="%s" href="#respond">',esc_attr__('Post a comment','thematic')),'</a>');
}elseif(!(comments_open())&&!(pings_open())){/* Comments and trackbacks closed */
$postconnect=__('Both comments and trackbacks are currently closed.','thematic');
* @todo remove Legacy help when two point relases of WP have occurred after 3.3
*/
functionthematic_do_legacy_help_section(){
echo'<p>'.sprintf(_x('For more information about this theme, %1$svisit ThematicTheme.com%2$s','%1$s and %2$s are <a> tags','thematic'),'<a href="http://thematictheme.com">','</a>').' '.sprintf(_x('Please visit the %1$sThematicTheme.com Forums%2$s if you have any questions about Thematic.','%1$s and %2$s are <a> tags','thematic'),'<a href="http://thematictheme.com/forums/">','</a>').'</p>';
}
/**
* Renders the them options page
*
* @since Thematic 1.0
* @todo: remove get_current_theme()
*/
functionthematic_do_opt_page(){?>
...
...
@@ -256,12 +228,8 @@ function thematic_do_opt_page() { ?>
<labelfor="thm_legacy_opt"><?phpprintf(_x('%s Theme Options have been upgraded to an improved format. Remove the legacy options from the database.','{$current theme} Theme Options','thematic'),$theme);?></label>
...
...
@@ -367,8 +330,8 @@ function thematic_do_legacy_opt() {
__('The index insert position value must be a number equal to or greater than zero. This setting has been reverted to the previous value.','thematic'),
'error'
'thematic_theme_opt',
'thematic_insert_opt',
__('The index insert position value must be a number equal to or greater than zero. This setting has been reverted to the previous value.','thematic'),
'error'
);
}else{
// A sanitize numeric value to ensure a whole number