Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit fd1cd8e

Browse files
committed
simplified file-name
1 parent bae6a14 commit fd1cd8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function plugin_textdomain() {
6767
* Add Semantic Linkbacks options to the WordPress discussion settings page.
6868
*/
6969
public static function discussion_settings() {
70-
load_template( plugin_dir_path( __FILE__ ) . 'templates/semantic-linkbacks-discussion-settings.php' );
70+
load_template( plugin_dir_path( __FILE__ ) . 'templates/discussion-settings.php' );
7171
}
7272

7373

templates/semantic-linkbacks-discussion-settings.php renamed to templates/discussion-settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88

99
<br />
1010
<?php } ?>
11-
1211
</fieldset>

0 commit comments

Comments
 (0)