Making WordPress.org


Ignore:
Timestamp:
04/16/2026 02:49:11 AM (4 months ago)
Author:
dd32
Message:

Decodes plugin titles in email subjects and bodies

Props nimeshatxecurify.
Closes https://github.com/WordPress/wordpress.org/pull/606.
Fixes #8231.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-committer-added.php

    r14718 r14818  
    2323                        /* translators: 1: Plugin Name */
    2424                        __( 'New committer added to %s', 'wporg-plugins' ),
    25                         $this->plugin->post_title
     25                        $this->plugin_title()
    2626                );
    2727        }
     
    5353                        $this->user_text( $this->user ),
    5454                        $this->user_text( $this->args['committer'] ),
    55                         $this->plugin->post_title,
     55                        $this->plugin_title(),
    5656                        $this->user_text( $this->who ),
    5757                        $committer_list,
Note: See TracChangeset for help on using the changeset viewer.