Skip to content

Commit 5fa46f3

Browse files
author
wordpressjeff
committed
remove name-hyphens from internal labels
1 parent c031171 commit 5fa46f3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# wall-o-matic
1+
# wallomatic
22
A CSS wallpaper generating module

css/wallpaper.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Wall-O-Matic - Wallpaper Styles
2+
* Wallomatic - Wallpaper Styles
33
*
44
* @package wallomatic
55
* @author Jefferson Real <[email protected]>

css/widget.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Wall-O-Matic - Widget Styles
2+
* Wallomatic - Widget Styles
33
*
44
* @package wallomatic
55
* @author Jefferson Real <[email protected]>

js/generator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Wall-O-Matic - Generator Script
2+
* Wallomatic - Generator Script
33
*
44
* This script calculates and builds the child elements before inserting into DOM.
55
*

parts/widget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Wall-O-Matic - Widget
3+
* Wallomatic - Widget
44
*
55
* @package wallomatic
66
* @author Jefferson Real <[email protected]>

wallomatic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Plugin Name: Wall-O-Matic
3+
* Plugin Name: Wallomatic
44
* Plugin URI: https://jeffersonreal.com
55
* Description: wallOMatic randomly generates wallpaper on load.
66
* Version: 0.2

0 commit comments

Comments
 (0)