Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d0336690
authored
2024-09-09 10:10:42 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
quick fix
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
921d7660
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/plugins/stellervista-export-media-urls/classes/class-export-media-urls-admin.php
wp-content/plugins/stellervista-export-media-urls/classes/class-export-media-urls-admin.php
View file @
d033669
...
...
@@ -121,7 +121,7 @@ class ExportMediaURLsAdmin
<td>
<label
><input
type=
"checkbox"
name=
"additional-data[]"
value=
"id"
checked
/
>
<label
style=
"display:none;"
><input
type=
"checkbox"
name=
"additional-data[]"
value=
"id"
checked
>
ID
</label><br
/>
<label><input
type=
"checkbox"
name=
"additional-data[]"
value=
"title"
checked
/>
Title
</label><br
/>
...
...
@@ -431,7 +431,7 @@ class ExportMediaURLsAdmin
private
function
create_output
(
$data
,
$export_type
)
{
$count
=
count
(
$data
[
'
url
'
]);
$count
=
count
(
$data
[
'
id
'
]);
$headers
=
$this
->
get_data_headers
(
$data
);
switch
(
$export_type
)
{
...
...
Please
register
or
sign in
to post a comment