Changeset 14818 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-plugin-approved.php
- Timestamp:
- 04/16/2026 02:49:11 AM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-plugin-approved.php
r14073 r14818 11 11 /* translators: 1: Plugin Name */ 12 12 __( '%s has been approved!', 'wporg-plugins' ), 13 $this->plugin ->post_title13 $this->plugin_title() 14 14 ); 15 15 } … … 67 67 return sprintf( 68 68 $email_text, 69 $this->plugin ->post_title,69 $this->plugin_title(), 70 70 $this->user->user_login, 71 71 $this->plugin->post_name,
Note: See TracChangeset
for help on using the changeset viewer.