Skip to content

Profile data output in posts is not correct #6

@inliquid

Description

@inliquid

Sometimes this data is not shown at all.
plugin.php:232

// Truncate the field's contents to 30 characters and add it to the post's info array.
//if (strlen($field["data"]) > 30) $field["data"] = substr($field["data"], 0, 30)."...";
if (mb_strlen($field["data"],'UTF-8') > 30) $field["data"] = mb_substr($field["data"], 0, 30, 'UTF-8')."...";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions