Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WordPress Plugin for DMR-FIRST
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DMR-FIRST
WordPress Plugin for DMR-FIRST
Commits
8edf3704
Commit
8edf3704
authored
1 year ago
by
Konrad Hilse
Browse files
Options
Downloads
Patches
Plain Diff
fix to create table php
parent
d8508713
No related branches found
Branches containing commit
Tags
v1.4.0-rc1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create-table.php
+1
-1
1 addition, 1 deletion
create-table.php
with
1 addition
and
1 deletion
create-table.php
+
1
−
1
View file @
8edf3704
...
...
@@ -11,7 +11,7 @@ foreach ( $files as $file ) {
// Exclude the current directory (.) and parent directory (..)
if
(
$file
!=
'.'
&&
$file
!=
'..'
&&
pathinfo
(
$file
,
PATHINFO_EXTENSION
)
===
'zip'
)
{
$basename
=
basename
(
$file
,
'.zip'
);
$version
=
substr
(
$basename
,
strrpos
(
$basename
,
'-'
)
+
1
);
$version
=
substr
(
$basename
,
1
0
);
// Create a link to the file
$file_link
=
'\\wordpress-plugin\\'
.
$file
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment