Skip to content

Commit

Permalink
Changed the plugin name from Yoast SEO Multilingual to WPML SEO
Browse files Browse the repository at this point in the history
WPML changed the plugin name to WPML SEO

Reference: https://wpml.org/documentation/related-projects/wpml-seo/
  • Loading branch information
josevarghese authored Dec 12, 2023
1 parent ebe04d1 commit 0450df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/third-party/wpml-wpseo-notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected function get_notification() {
return new Yoast_Notification(
\sprintf(
/* translators: %1$s expands to an opening anchor tag, %2$s expands to an closing anchor tag. */
\__( 'We notice that you have installed WPML. To make sure your canonical URLs are set correctly, %1$sinstall and activate the Yoast SEO Multilingual add-on%2$s as well!', 'wordpress-seo' ),
\__( 'We notice that you have installed WPML. To make sure your canonical URLs are set correctly, %1$sinstall and activate the WPML SEO add-on%2$s as well!', 'wordpress-seo' ),
'<a href="' . \esc_url( $this->short_link_helper->get( 'https://yoa.st/wpml-yoast-seo' ) ) . '" target="_blank">',
'</a>'
),
Expand Down

0 comments on commit 0450df3

Please sign in to comment.