Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Aug 12, 2019
1 parent e39824c commit 2558ff8
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Out of the box the plugin includes support for dozens of awesome Plugins and The
* Non-Techie and Non-Coder Designer friendly :)
* Clean and efficient code
* Developer friendly - offering quite a few action hooks and filters for customization if needed
* Fully internationalized and translateable - also tested/optimized for RTL languages
* Fully internationalized and translatable - also tested/optimized for RTL languages
* [▶️ **Video feature tour throughout the plugin**](https://www.youtube.com/watch?v=gu9Z5gW9vq0)
* [▶️ **Video live demos, tutorials, Add-Ons and more**](https://toolbarextras.com/videos/)

Expand Down Expand Up @@ -378,7 +378,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business

**Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Toolbar Extras"...**](https://translate.wordpress.org/projects/wp-plugins/toolbar-extras)

*Note:* All my plugins are internationalized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux.
*Note:* All my plugins are internationalized/ translatable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux.


## Screenshots
Expand Down Expand Up @@ -1018,7 +1018,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business
* Fix: Proper `$media` param for wp_register_style() occurrences
* Fix: Proper file including for some supported Genesis child themes
* Fix: Added forgotten setting from v1.3.0 to the settings updater routine to avoid PHP notice
* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translateable strings
* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translatable strings



Expand Down
4 changes: 2 additions & 2 deletions includes/admin/admin-extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ function ddw_tbex_register_extra_plugin_recommendations( array $plugins ) {

add_filter( 'ddwlib_plir/filter/strings/plugin_installer', 'ddwlib_plir_strings_plugin_installer' );
/**
* Optionally, make strings translateable for included library "DDWlib Plugin
* Optionally, make strings translatable for included library "DDWlib Plugin
* Installer Recommendations".
* Strings:
* - "Newest" --> tab in plugin installer toolbar
Expand All @@ -714,7 +714,7 @@ function ddw_tbex_register_extra_plugin_recommendations( array $plugins ) {
* @since 1.4.2 Added new strings.
*
* @param array $strings Holds all filterable strings of the library.
* @return array Array of tweaked translateable strings.
* @return array Array of tweaked translatable strings.
*/
function ddwlib_plir_strings_plugin_installer( $strings ) {

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/plugin-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ddw_tbex_pmstring_for( $plugins_string = '' ) {
*
* @since 1.4.2
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_pmstring_for_general() {

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/views/help-content-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @uses ddw_tbex_coding_years()
*
* @param string $render Flag string to optionally echo string (not returning).
* @return string Returning or echoing the translateable strings and markup.
* @return string Returning or echoing the translatable strings and markup.
*/
function ddw_tbex_help_tab_content_footer( $render = '' ) {

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/views/help-content-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @uses ddw_tbex_string_toolbar_extras()
*
* @param string $render Flag string to optionally echo string (not returning).
* @return string Returning or echoing the translateable strings and markup.
* @return string Returning or echoing the translatable strings and markup.
*/
function ddw_tbex_help_tab_content_header( $render = '' ) {

Expand Down
2 changes: 1 addition & 1 deletion includes/class-items-cpt-generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function items_generic_type() {
$type_name = str_ireplace( ' items', '', $type_name );
$type_single = str_ireplace( ' item', '', $type_single );

/** Set the titles, translateable */
/** Set the titles, translatable */
$title_edit = sprintf(
/* translators: %s - name of a post type (plural label) */
esc_attr__( 'Edit %s Items', 'toolbar-extras' ),
Expand Down
2 changes: 1 addition & 1 deletion includes/elementor-official/elementor-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function ddw_tbex_string_elementor_template_new() {
* @uses ddw_tbex_is_btcplugin_active()
*
* @param string $type Type of plugin to build string for.
* @return string Markup and translateable string based on plugin context.
* @return string Markup and translatable string based on plugin context.
*/
function ddw_tbex_string_elementor_categories_via( $type = '' ) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DDW_Elementor_Resources_Finder_Category extends \Elementor\Core\Common\Mod
*
* @access public
*
* @return string Translateable category title.
* @return string Translatable category title.
*/
public function get_title() {

Expand Down
2 changes: 1 addition & 1 deletion includes/elementor-official/items-finder-tbex.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DDW_Toolbar_Extras_Finder_Category extends \Elementor\Core\Common\Modules\
*
* @access public
*
* @return string Translateable category title.
* @return string Translatable category title.
*/
public function get_title() {

Expand Down
2 changes: 1 addition & 1 deletion includes/functions-global.php
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ function ddw_tbex_string_cpt( $type = '', $element = '' ) {
* @param string $title_attr Helper, to enable output for title attribute.
* @param string $child Helper, to optionally get Name of Child Theme.
* @param string $custom_name Optionally use a custom theme name.
* @return string Translateable, escaped string for use as link title or link
* @return string Translatable, escaped string for use as link title or link
* title attribute.
*/
function ddw_tbex_string_theme_title( $title_attr = '', $child = '', $custom_name = '' ) {
Expand Down
36 changes: 18 additions & 18 deletions includes/string-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @since 1.4.0
*
* @return string Translateable string for reusage.
* @return string Translatable string for reusage.
*/
function ddw_tbex_string_toolbar_extras() {

Expand Down Expand Up @@ -833,7 +833,7 @@ function ddw_tbex_string_add_new_item( $item = '' ) {
*
* @since 1.3.8
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_save_changes() {

Expand All @@ -854,7 +854,7 @@ function ddw_tbex_string_save_changes() {
* @param string $render Flag string to optionally echo string (not returning).
* @param string $in_code Flag string to optionally embed string in HTML <code>
* tags.
* @return string Returning or echoing the translateable string and markup.
* @return string Returning or echoing the translatable string and markup.
*/
function ddw_tbex_string_yes( $render = '', $in_code = '' ) {

Expand All @@ -878,7 +878,7 @@ function ddw_tbex_string_yes( $render = '', $in_code = '' ) {
* @param string $render Flag string to optionally echo string (not returning).
* @param string $in_code Flag string to optionally embed string in HTML <code>
* tags.
* @return string Returning or echoing the translateable string and markup.
* @return string Returning or echoing the translatable string and markup.
*/
function ddw_tbex_string_no( $render = '', $in_code = '' ) {

Expand All @@ -900,7 +900,7 @@ function ddw_tbex_string_no( $render = '', $in_code = '' ) {
* @since 1.4.0
*
* @param string $render Flag string to optionally echo string (not returning).
* @return string Returning or echoing the translateable string and markup.
* @return string Returning or echoing the translatable string and markup.
*/
function ddw_tbex_string_choose_icon( $render = '' ) {

Expand All @@ -921,7 +921,7 @@ function ddw_tbex_string_choose_icon( $render = '' ) {
* @since 1.4.0
*
* @param string $render Flag string to optionally echo string (not returning).
* @return string Returning or echoing the translateable string and markup.
* @return string Returning or echoing the translatable string and markup.
*/
function ddw_tbex_string_none_empty( $render = '' ) {

Expand All @@ -942,7 +942,7 @@ function ddw_tbex_string_none_empty( $render = '' ) {
* @since 1.4.0
*
* @param string $render Flag string to optionally echo string (not returning).
* @return string Returning or echoing the translateable string and markup.
* @return string Returning or echoing the translatable string and markup.
*/
function ddw_tbex_string_no_custom_url( $render = '' ) {

Expand All @@ -962,7 +962,7 @@ function ddw_tbex_string_no_custom_url( $render = '' ) {
*
* @since 1.4.0
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_ensure_input_https() {

Expand Down Expand Up @@ -1032,7 +1032,7 @@ function ddw_tbex_addon_settings_cb_note_for_coloring() {
*
* @since 1.4.3
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_undefined() {

Expand All @@ -1046,7 +1046,7 @@ function ddw_tbex_string_undefined() {
*
* @since 1.4.3
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_enabled() {

Expand All @@ -1060,7 +1060,7 @@ function ddw_tbex_string_enabled() {
*
* @since 1.4.3
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_disabled() {

Expand All @@ -1075,7 +1075,7 @@ function ddw_tbex_string_disabled() {
*
* @since 1.4.3
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_uninstalled() {

Expand All @@ -1089,7 +1089,7 @@ function ddw_tbex_string_uninstalled() {
*
* @since 1.4.3
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_screen_reader_new_tab() {

Expand All @@ -1110,7 +1110,7 @@ function ddw_tbex_string_screen_reader_new_tab() {
*
* @param string $type Type of link.
* @param string $source Source from which to get the URL key value.
* @return string HTML link markup and translateable string.
* @return string HTML link markup and translatable string.
*/
function ddw_tbex_string_debug_info_link( $type = '', $source = 'tbex' ) {

Expand Down Expand Up @@ -1151,7 +1151,7 @@ function ddw_tbex_string_debug_info_link( $type = '', $source = 'tbex' ) {
* @uses ddw_tbex_string_debug_info_link()
*
* @param string $source Source from which to get the URL key value.
* @return string HTML link markup and translateable string.
* @return string HTML link markup and translatable string.
*/
function ddw_tbex_string_debug_diagnostic( $source = 'tbex' ) {

Expand All @@ -1171,7 +1171,7 @@ function ddw_tbex_string_debug_diagnostic( $source = 'tbex' ) {
* @since 1.4.4
*
* @param string $type Type of item.
* @return string Translateable string based on given type string.
* @return string Translatable string based on given type string.
*/
function ddw_tbex_string_version_history( $type = '' ) {

Expand Down Expand Up @@ -1211,7 +1211,7 @@ function ddw_tbex_string_version_history( $type = '' ) {
*
* @since 1.4.5
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_test_current_page_url() {

Expand All @@ -1224,7 +1224,7 @@ function ddw_tbex_string_test_current_page_url() {
*
* @since 1.4.5
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_test_home_url() {

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Out of the box the plugin includes support for dozens of awesome Plugins and The
* Non-Techie and Non-Coder Designer friendly :)
* Clean and efficient code
* Developer friendly - offering quite a few action hooks and filters for customization if needed
* Fully internationalized and translateable - also tested/optimized for RTL languages
* Fully internationalized and translatable - also tested/optimized for RTL languages
* [▶️ **Video feature tour throughout the plugin**](https://www.youtube.com/watch?v=gu9Z5gW9vq0)
* [▶️ **Video live demos, tutorials, Add-Ons and more**](https://toolbarextras.com/videos/)

Expand Down Expand Up @@ -341,7 +341,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business

**Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Toolbar Extras"...**](https://translate.wordpress.org/projects/wp-plugins/toolbar-extras)

*Note:* All my plugins are internationalized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux.
*Note:* All my plugins are internationalized/ translatable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux.


== Screenshots ==
Expand Down Expand Up @@ -918,7 +918,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business
* Fix: Proper `$media` param for wp_register_style() occurrences
* Fix: Proper file including for some supported Genesis child themes
* Fix: Added forgotten setting from v1.3.0 to the settings updater routine to avoid PHP notice
* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translateable strings
* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translatable strings


= ⚡ 1.3.6 - 2018-10-30 =
Expand Down

0 comments on commit 2558ff8

Please sign in to comment.