Prep Plugin for release on WordPress.org (#23)
* Update translation text domain * Escape everything that should be escaped. * Add nonce checks where needed. * Sanitize all inputs. * Apply Code style changes across the codebase. * Correct many deprecation notices. * Optimize load order of many filters. * Add Proper Build script * Use emojii flags * Fix i18n deprecation notice for translating too early * Put all scripts in footer and load async
This commit is contained in:
@ -6,37 +6,37 @@
|
||||
*/
|
||||
?>
|
||||
<div class="wu--mt-7">
|
||||
<p><?php _e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-ultimo'); ?></p>
|
||||
<p><?php esc_html_e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<ul class="support-available">
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Availability of the author to answer questions', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Availability of the author to answer questions', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Answering technical questions about item features', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Answering technical questions about item features', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Assistance with reported bugs and issues', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Assistance with reported bugs and issues', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p><?php _e('Support <strong>DOES NOT</strong> Include:', 'wp-ultimo'); ?></p>
|
||||
<p><?php esc_html_e('Support <strong>DOES NOT</strong> Include:', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<ul class="support-unavailable">
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Customization services', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Customization services', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Installation services', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Installation services', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-ultimo'); ?>
|
||||
<?php esc_html_e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user