Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
ETH Simple Shortlinks
Commits
baaa6bad
Commit
baaa6bad
authored
Apr 02, 2016
by
Erick Hitter
Browse files
Nitpicky updates: spacing and grammar
parent
75cab07b
Changes
1
Hide whitespace changes
Inline
Side-by-side
eth-simple-shortlinks.php
View file @
baaa6bad
...
...
@@ -46,7 +46,7 @@ class ETH_Simple_Shortlinks {
/**
* Dummy magic methods
*/
public
function
__clone
()
{
_doing_it_wrong
(
__FUNCTION__
,
'Cheatin’ huh?'
,
'0.1'
);
}
public
function
__clone
()
{
_doing_it_wrong
(
__FUNCTION__
,
'Cheatin’ huh?'
,
'0.1'
);
}
public
function
__wakeup
()
{
_doing_it_wrong
(
__FUNCTION__
,
'Cheatin’ huh?'
,
'0.1'
);
}
public
function
__call
(
$name
=
''
,
$args
=
array
()
)
{
unset
(
$name
,
$args
);
return
null
;
}
...
...
@@ -103,7 +103,7 @@ class ETH_Simple_Shortlinks {
/**
* Catch this plugin's requests and issue redirects, otherwise WP will serve content at duplicate URLs
*
*
Let'
s invalid post IDs fall through to WP's 404 handler, or anything else that might intercede
*
Allow
s invalid post IDs fall through to WP's 404 handler, or anything else that might intercede
*
* URLs aren't validated in case plugins filter permalinks to point to external URLs
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment