Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Pretty Filters
Commits
522678a3
Commit
522678a3
authored
Sep 13, 2016
by
John James Jacoby
Browse files
Update plugin header.
parent
e3d327e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
wp-pretty-filters.php
View file @
522678a3
<?php
/*
/*
*
* Plugin Name: WP Pretty Filters
* Plugin URI: http://wordpress.org/plugins/wp-pretty-filters/
* Author: John James Jacoby
* Author URI: http://jjj.me
* Author URI: https://jjj.me/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wp-pretty-filters
* Version: 1.0.0
* Description: Makes post filters match Media & Attachments
* License: GPLv2 or later
*/
// Exit if accessed directly
defined
(
'ABSPATH'
)
||
exit
;
/**
* Enqueue scripts
*
...
...
@@ -35,7 +40,7 @@ add_action( 'admin_enqueue_scripts', '_wp_pretty_filters', 11 );
* @return string
*/
function
wp_pretty_filters_get_plugin_url
()
{
return
plugin_dir_url
(
__FILE__
);
return
plugin_dir_url
(
__FILE__
)
.
'wp-pretty-filters/'
;
}
/**
...
...
Write
Preview
Supports
Markdown
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