more Capital Ps
This commit is contained in:
@@ -286,7 +286,7 @@ function superdesk_admin() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
Import Superdesk categories as Wordpress categories
|
Import Superdesk categories as WordPress categories
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@@ -319,7 +319,7 @@ function superdesk_admin() {
|
|||||||
if ($settings['subject-type'] == 'tags' || !$settings['subject-type'] || $settings['subject-type'] == null) {
|
if ($settings['subject-type'] == 'tags' || !$settings['subject-type'] || $settings['subject-type'] == null) {
|
||||||
echo(' checked');
|
echo(' checked');
|
||||||
}
|
}
|
||||||
?>> Wordpress tags
|
?>> WordPress tags
|
||||||
</label>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
<label for="categories">
|
<label for="categories">
|
||||||
@@ -327,7 +327,7 @@ function superdesk_admin() {
|
|||||||
if ($settings['subject-type'] == 'categories') {
|
if ($settings['subject-type'] == 'categories') {
|
||||||
echo(' checked');
|
echo(' checked');
|
||||||
}
|
}
|
||||||
?>> Wordpress categories
|
?>> WordPress categories
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</td>
|
</td>
|
||||||
@@ -597,7 +597,7 @@ function superdesk_admin() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
Match Superdesk Content Profiles with Wordpress Post Formats
|
Match Superdesk Content Profiles with WordPress Post Formats
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@@ -625,7 +625,7 @@ function superdesk_admin() {
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Superdesk Content Profile Name</th>
|
<th>Superdesk Content Profile Name</th>
|
||||||
<th>Wordpress Post Format</th>
|
<th>WordPress Post Format</th>
|
||||||
<th><a href="javascript:rowAddFunction();">Add row</a></th>
|
<th><a href="javascript:rowAddFunction();">Add row</a></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user