Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
steempress_amn
Commits
6f44116c
Commit
6f44116c
authored
Jul 31, 2018
by
Martin LEES
Browse files
Default tags are now steempress blog instead of steempress steem
parent
b6ca7361
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/partials/steempress_sp-admin-display.php
View file @
6f44116c
...
...
@@ -91,7 +91,7 @@
<p>
Default tags :
<br>
separate each tag by a space, 5 max
<br>
Will be used if you don't specify tags when publishing.
</p>
<input
type=
"text"
class=
"regular-text"
id=
"
<?php
echo
$this
->
plugin_name
;
?>
-tags"
name=
"
<?php
echo
$this
->
plugin_name
;
?>
[tags]"
value=
"
<?php
echo
htmlspecialchars
((
$options
[
"tags"
]
==
""
?
"steempress
steem
"
:
$options
[
"tags"
]),
ENT_QUOTES
);
?>
"
/>
<input
type=
"text"
class=
"regular-text"
id=
"
<?php
echo
$this
->
plugin_name
;
?>
-tags"
name=
"
<?php
echo
$this
->
plugin_name
;
?>
[tags]"
value=
"
<?php
echo
htmlspecialchars
((
$options
[
"tags"
]
==
""
?
"steempress
blog
"
:
$options
[
"tags"
]),
ENT_QUOTES
);
?>
"
/>
<br
/>
<p>
Delay posts : Your posts will get published to steem x minutes after being published on your blog. A value of 0 posts your articles to steem as soon as you publish them.
</p>
<input
type=
"number"
class=
"regular-text"
id=
"
<?php
echo
$this
->
plugin_name
;
?>
-delay"
name=
"
<?php
echo
$this
->
plugin_name
;
?>
[delay]"
value=
"
<?php
echo
htmlspecialchars
((
$options
[
"delay"
]
==
""
?
"0"
:
$options
[
"delay"
]),
ENT_QUOTES
);
?>
"
/>
...
...
Write
Preview
Markdown
is supported
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