You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Plugin check suggested updates
* Escaping
* Function changes
* Switching to output butter, and avoid stripping the confirmation prompt
* Removal of content if there's a script or style tag.
* Avoid warning in deprecated function.
* Translator comments.
* Using wp_parse_url instead for consistency on php versions.
* Updating helper to 3.5.8 with escaping.
* Validation of order param.
<p><em>' . sprintf( __( 'This completion percentage is an estimate, please be patient and %1$sclick here%2$s for more information.', 'lifterlms' ), '<a href="https://lifterlms.com/docs/lifterlms-database-updates/#upgrade-progress-report" target="_blank">', '</a>' ) . '</em></p>
281
+
';
282
+
/* translators: %1$s: Opening link tag, %2$s: closing link tag. */
283
+
$html .= '<p><em>' . sprintf( __( 'This completion percentage is an estimate, please be patient and %1$sclick here%2$s for more information.', 'lifterlms' ), '<a href="https://lifterlms.com/docs/lifterlms-database-updates/#upgrade-progress-report" target="_blank">', '</a>' ) . '</em></p>
289
284
';
290
285
291
286
LLMS_Admin_Notices::add_notice(
@@ -297,7 +292,5 @@ private function output_progress_notice( $progress ) {
0 commit comments