WSP-29
This commit is contained in:
@@ -31,6 +31,7 @@ function mvp_admin() {
|
||||
'status' => $_POST['status'],
|
||||
'author' => $_POST['author'],
|
||||
'author-byline' => $_POST['author-byline'],
|
||||
'byline-words' => $_POST['byline-words'],
|
||||
'display-copyright' => $_POST['display-copyright'],
|
||||
'convert-keywords' => $_POST['convert-keywords'],
|
||||
'convert-services' => $_POST['convert-services'],
|
||||
@@ -49,6 +50,7 @@ function mvp_admin() {
|
||||
'status' => 'publish',
|
||||
'author' => '',
|
||||
'author-byline' => '',
|
||||
'byline-words' => '',
|
||||
'display-copyright' => '',
|
||||
'convert-keywords' => '',
|
||||
'convert-services' => '',
|
||||
@@ -167,6 +169,14 @@ function mvp_admin() {
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<label for="byline-words">Choose the words replace from the byline</label>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="byline-words" id="byline-words" class="regular-text" value="<?php echo($settings['byline-words']); ?>">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
Display the copyright information
|
||||
|
||||
Reference in New Issue
Block a user