Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Engage Digital Source SDK Wordpress plugin
# Engage Digital Source SDK WordPress plugin

To integrate you will need to follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion smcc_sdk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stable tag: 1.0
License: Apache License, Version 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

The simplest way to integrate your Wordpress blog with RingCentral Engage Digital.
The simplest way to integrate your WordPress blog with RingCentral Engage Digital.

== Description ==

Expand Down
4 changes: 2 additions & 2 deletions smcc_sdk/smcc_sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Dimelo SMCC SDK
Plugin URI: https://github.com/dimelo/sdk/tree/master/samples/wordpress
Description: The simplest way to integrate your Wordpress blog with Dimelo's SMCC.
Description: The simplest way to integrate your WordPress blog with Dimelo's SMCC.
Version: 1.0
Author: Dimelo, SA
Author URI: http://www.dimelo.com/
Expand Down Expand Up @@ -339,7 +339,7 @@ protected function render_thread( $id ) {
} // }}}

/**
* Converts from Wordpress data to SMCC SDK data structures.
* Converts from WordPress data to SMCC SDK data structures.
*/
class SmccSdkFormat { // {{{

Expand Down