%s%s',
$num_notifiations,
$num_notifiations,
sprintf( _n( '%s notification', '%s notifications', $num_notifiations, STACKABLE_I18N ), $num_notifiations )
);
}
return '';
}
}
if ( ! function_exists( 'stackable_welcome_notification' ) ) {
/**
* Echoes out the available notifications in the welcome screen.
*
* @since 1.7
*/
function stackable_welcome_notification() {
global $stackable_notifications;
if ( ! count( $stackable_notifications ) ) {
return;
}
?>
$id,
'message' => preg_match( '/<(p|h4|h3|h2)/', $message ) ? $message : '' . $message . '
',
);
}
}