is there anything wrong this code?it does not work

<?php my_truncate_string(printAlbumTitle(), 5);?>

Comments

  • acrylian Administrator, Developer
    `<?php echo my_truncate_string(getAlbumTitle(), 5);?>`
Sign In or Register to comment.