Forum Replies Created
-
Author
-
Satnamliv
Participantcan you try it be your self ? bukimdviese.lt/wp-admin login:pagalba pass:987654231
Satnamliv
Participantit wont shows to scan sth, it happens when i update my wp, i tryed to reinstall plugin but its same
Satnamliv
Participantproblem is that i cant translate enything, becouse nothing appear in translation fields
Satnamliv
Participantit’s okey, i see u have lot of job, here is bigger photo
[url=http://www.freeimagehosting.net/][img]http://www.freeimagehosting.net/t/a1dur.jpg[/img][/url]Satnamliv
Participant[img]http://www.freeimagehosting.net/t/98nt9.jpg[/img]
can you help me to solve it ?Satnamliv
Participant<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/
// TAB – ABOUT ME
add_action(‘after_setup_theme’,’kleo_my_custom_tabs’);
function kleo_my_custom_tabs()
{
global $bp_tabs;
$bp_tabs = array();$bp_tabs[‘base’] = array(
‘type’ => ‘regular’,
‘name’ => __(‘About me’, ‘kleo_framework’),
‘group’ => ‘Pagrindinis’,
‘class’ => ‘regulartab’
);
}
?>
it works for meSatnamliv
Participant -
AuthorPosts

