Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Sep 21, 2019
1 parent 50e1bd8 commit 3732649
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions includes/elementor-official/elementor-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function ddw_tbex_elementor_addnew_parent() {
*
* @uses ddw_tbex_string_elementor()
*
* @return string Translateable string for "Elementor Template".
* @return string Translatable string for "Elementor Template".
*/
function ddw_tbex_string_elementor_template() {

Expand All @@ -83,7 +83,7 @@ function ddw_tbex_string_elementor_template() {
*
* @uses ddw_tbex_string_elementor()
*
* @return string Translateable string for "New Elementor Template".
* @return string Translatable string for "New Elementor Template".
*/
function ddw_tbex_string_elementor_template_new() {

Expand Down
2 changes: 1 addition & 1 deletion includes/functions-global-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ function ddw_tbex_resource_item( $type = '', $id = '', $parent = '', $url = '',
* @param string $product Product type, 'plugin' (default) or 'theme'.
* @param string $title_attr Optional, individual title attribute string.
* @param string $lang Optional, lang attribute for WordPress.org subdomain.
* @return string URL, markup and translateable text for an external resource
* @return string URL, markup and translatable text for an external resource
* item for a WordPress.org plugin or theme.
*/
function ddw_tbex_resource_item_wporg( $type = '', $slug = '', $id = '', $parent = '', $product = 'plugin' , $title_attr = '', $lang = '' ) {
Expand Down
2 changes: 1 addition & 1 deletion includes/string-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ function ddw_tbex_string_version_history( $type = '' ) {
*
* @since 1.4.7
*
* @return string Translateable string.
* @return string Translatable string.
*/
function ddw_tbex_string_official_theme_documentation() {

Expand Down

0 comments on commit 3732649

Please sign in to comment.