diff options
author | Yury German <blueknight@gentoo.org> | 2019-05-22 00:42:33 -0400 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2019-05-22 00:42:33 -0400 |
commit | e89abce1b01dda89efdf230101d1aa3c877b3b6c (patch) | |
tree | cfb27a564c1f4cfff30d18dbf591efd48283b154 /themes/mantra/admin | |
parent | Adding Twentyninetten (diff) | |
download | blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.gz blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.bz2 blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.zip |
Updating of Plugins and Themes
List of Plugins updates --
akismet.4.1.2
google-authenticator.0.52
jetpack.7.3.1
List of Themes Updates --
mantra.3.2.0
twentyfifteen.2.5
twentyfourteen.2.7
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/mantra/admin')
-rw-r--r-- | themes/mantra/admin/main.php | 10 | ||||
-rw-r--r-- | themes/mantra/admin/settings.php | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/themes/mantra/admin/main.php b/themes/mantra/admin/main.php index d769a9e6..8187cbf1 100644 --- a/themes/mantra/admin/main.php +++ b/themes/mantra/admin/main.php @@ -204,11 +204,11 @@ function mantra_init_fn(){ add_settings_field('mantra_fheader', __('Featured Images as HEADER Images ','mantra') , 'cryout_setting_fheader_fn', 'mantra-page', 'featured_section'); /*** socials ***/ - add_settings_field('mantra_socials1', __('Link nr. 1','mantra') , 'cryout_setting_socials1_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials2', __('Link nr. 2','mantra') , 'cryout_setting_socials2_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials3', __('Link nr. 3','mantra') , 'cryout_setting_socials3_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials4', __('Link nr. 4','mantra') , 'cryout_setting_socials4_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials5', __('Link nr. 5','mantra') , 'cryout_setting_socials5_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials1', __('Link #1','mantra') , 'cryout_setting_socials1_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials2', __('Link #2','mantra') , 'cryout_setting_socials2_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials3', __('Link #3','mantra') , 'cryout_setting_socials3_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials4', __('Link #4','mantra') , 'cryout_setting_socials4_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials5', __('Link #5','mantra') , 'cryout_setting_socials5_fn', 'mantra-page', 'socials_section'); add_settings_field('mantra_socialshow', __('Socials display','mantra') , 'cryout_setting_socialsdisplay_fn', 'mantra-page', 'socials_section'); /*** misc ***/ diff --git a/themes/mantra/admin/settings.php b/themes/mantra/admin/settings.php index 81875345..fba14efd 100644 --- a/themes/mantra/admin/settings.php +++ b/themes/mantra/admin/settings.php @@ -529,7 +529,7 @@ function cryout_setting_fronttext_fn() { <div class='slidebox'> <h4 class='slidetitle'><?php _e("Hide areas","mantra")?> </h4> <div class='slidercontent'> - <div style='width:100%;'><?php _e("Choose the areas to hide on the first page.","mantra") ?></div> + <div style='width:100%;'><?php _e("Choose the areas to hide on the homepage.","mantra") ?></div> <?php $options = array( "FronHeader", "FrontMenu", "FrontWidget" , "FrontFooter","FrontBack"); @@ -1552,8 +1552,7 @@ function cryout_setting_fheader_fn() { echo ">$labels[$id]</option>"; } echo "</select>"; - echo "<div><small>".__("Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and - and if it is bigger or at least equal to the current header size.","mantra")."</small></div>"; + echo "<div><small>".__("Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and and if it is bigger or at least equal to the current header size.","mantra")."</small></div>"; } @@ -1602,15 +1601,15 @@ function cryout_setting_socials2_fn() { } function cryout_setting_socials3_fn() { -cryout_setting_social_master(5); + cryout_setting_social_master(5); } function cryout_setting_socials4_fn() { -cryout_setting_social_master(7); + cryout_setting_social_master(7); } function cryout_setting_socials5_fn() { -cryout_setting_social_master(9); + cryout_setting_social_master(9); } function cryout_setting_socialsdisplay_fn() { |