• Resolved A. Jones

    (@nomadcoder)


    When a blog post is added and the resulting post and associated info is sent to WordPress.com to be emailed to blog subscribers, the author URL is not being filtered.

    I believe that the author url should be filtered through get_the_author_meta(‘link’, author_id) or get_the_author_link instead of created using the author id.

    https://codex.wordpress.org/Function_Reference/get_the_author_link

    Everything else (display name & email for the gravatar) is being properly filtered.

    See

    module class.jetpack-sync.php

    function get_post.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Bug Report: Jetpack Author URL’ is closed to new replies.