Skip to content

Commit

Permalink
rename .pot file for new plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordp committed Oct 19, 2018
1 parent 335c4a4 commit 7222bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tribe-ext-extension-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function init() {
new Settings();
}

// TODO: Just a test. Remove this.
$this->testing_hello_world();

// Insert filters and hooks here
Expand Down Expand Up @@ -182,7 +183,7 @@ public function class_loader() {
}

/**
* Testing Hello World. Delete this for your new extension.
* TODO: Testing Hello World. Delete this for your new extension.
*/
public function testing_hello_world() {
$message = sprintf( 'Hello World from %s. Make sure to remove this in your own new extension.', '<strong>' . $this->get_name() . '</strong>' );
Expand Down

0 comments on commit 7222bde

Please sign in to comment.