Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions inc/theme-options/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,7 @@ public function settings_fields() {
'info' => __( 'Replace default theme copyright information and links', 'fruitful' ),
'box-title' => __( 'Copyright section', 'fruitful' ),
'type' => 'textarea',
'default' => __( 'Fruitful theme by <a href="https://github.com/fruitfulcode/">fruitfulcode</a> Powered by: <a href="http://wordpress.org">WordPress</a>',
'fruitful' ),
'default' => sprintf( __( 'Fruitful theme by %1$sfruitfulcode%2$s Powered by: %3$sWordPress%2$s', 'fruitful' ), '<a href="' . esc_url( 'https://github.com/fruitfulcode/' ). '">', '</a>', '<a href="' . esc_url( 'http://wordpress.org' ). '">', '&#183;' ),
)
)
);
Expand Down Expand Up @@ -1569,4 +1568,4 @@ public function fruitful_theme_options_render_page() {
}

global $fruitful_theme_options;
$fruitful_theme_options = new fruitful_theme_options();
$fruitful_theme_options = new fruitful_theme_options();