Version Description
- Streamlined a few things.
- General cleanup.
Download this release
Release Info
Developer | PriMoThemes |
Plugin | WP Show IDs ( simple, yet elegant ) |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- images/brand-bg.fla +0 -0
- images/brand-bg.png +0 -0
- images/brand-dark.fla +0 -0
- images/brand-dark.png +0 -0
- images/brand-donations.fla +0 -0
- images/brand-donations.jpg +0 -0
- images/brand-favicon.fla +0 -0
- images/brand-favicon.png +0 -0
- images/brand-gradient-bg.fla +0 -0
- images/brand-gradient-bg.png +0 -0
- images/brand-icon.fla +0 -0
- images/brand-icon.png +0 -0
- images/brand-installation.fla +0 -0
- images/brand-installation.png +0 -0
- images/brand-light.fla +0 -0
- images/brand-light.png +0 -0
- images/brand-support.fla +0 -0
- images/brand-support.png +0 -0
- images/brand-tools.fla +0 -0
- images/brand-tools.png +0 -0
- images/brand-updates.fla +0 -0
- images/brand-updates.png +0 -0
- images/brand-xlink.fla +0 -0
- images/brand-xlink.png +0 -0
- images/wordpress-dark.fla +0 -0
- images/wordpress-dark.png +0 -0
- images/wordpress-light.fla +0 -0
- images/wordpress-light.png +0 -0
- includes/functions/configure-columns.inc.php +1 -1
- includes/syscon.inc.php +1 -1
- readme.txt +6 -2
- wp-show-ids.php +3 -8
images/brand-bg.fla
DELETED
Binary file
|
images/brand-bg.png
DELETED
Binary file
|
images/brand-dark.fla
DELETED
Binary file
|
images/brand-dark.png
DELETED
Binary file
|
images/brand-donations.fla
DELETED
Binary file
|
images/brand-donations.jpg
DELETED
Binary file
|
images/brand-favicon.fla
DELETED
Binary file
|
images/brand-favicon.png
DELETED
Binary file
|
images/brand-gradient-bg.fla
DELETED
Binary file
|
images/brand-gradient-bg.png
DELETED
Binary file
|
images/brand-icon.fla
DELETED
Binary file
|
images/brand-icon.png
DELETED
Binary file
|
images/brand-installation.fla
DELETED
Binary file
|
images/brand-installation.png
DELETED
Binary file
|
images/brand-light.fla
DELETED
Binary file
|
images/brand-light.png
DELETED
Binary file
|
images/brand-support.fla
DELETED
Binary file
|
images/brand-support.png
DELETED
Binary file
|
images/brand-tools.fla
DELETED
Binary file
|
images/brand-tools.png
DELETED
Binary file
|
images/brand-updates.fla
DELETED
Binary file
|
images/brand-updates.png
DELETED
Binary file
|
images/brand-xlink.fla
DELETED
Binary file
|
images/brand-xlink.png
DELETED
Binary file
|
images/wordpress-dark.fla
DELETED
Binary file
|
images/wordpress-dark.png
DELETED
Binary file
|
images/wordpress-light.fla
DELETED
Binary file
|
images/wordpress-light.png
DELETED
Binary file
|
includes/functions/configure-columns.inc.php
CHANGED
@@ -12,7 +12,7 @@ If not, see: <http://www.gnu.org/licenses/>.
|
|
12 |
Direct access denial.
|
13 |
*/
|
14 |
if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
15 |
-
exit("Do not access this file directly.");
|
16 |
/*
|
17 |
Configure all of the required Hooks/Filters for columns & css.
|
18 |
Attach to: add_action("admin_init");
|
12 |
Direct access denial.
|
13 |
*/
|
14 |
if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
15 |
+
exit ("Do not access this file directly.");
|
16 |
/*
|
17 |
Configure all of the required Hooks/Filters for columns & css.
|
18 |
Attach to: add_action("admin_init");
|
includes/syscon.inc.php
CHANGED
@@ -21,7 +21,7 @@ if (($GLOBALS["WS_PLUGIN__"]["wp_show_ids"]["c"]["is_multisite"] = ((function_ex
|
|
21 |
/*
|
22 |
Determine the full url to the directory this plugin resides in.
|
23 |
*/
|
24 |
-
$GLOBALS["WS_PLUGIN__"]["wp_show_ids"]["c"]["dir_url"] =
|
25 |
/*
|
26 |
Configure the file modification time for the syscon.inc.php file.
|
27 |
*/
|
21 |
/*
|
22 |
Determine the full url to the directory this plugin resides in.
|
23 |
*/
|
24 |
+
$GLOBALS["WS_PLUGIN__"]["wp_show_ids"]["c"]["dir_url"] = content_url () . preg_replace ("/^(.*?)(\/" . preg_quote (basename (WP_CONTENT_DIR), "/") . ")/", "", preg_replace ("/" . preg_quote (DIRECTORY_SEPARATOR, "/") . "/", "/", dirname (dirname (__FILE__))));
|
25 |
/*
|
26 |
Configure the file modification time for the syscon.inc.php file.
|
27 |
*/
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
-
Version: 1.0
|
4 |
-
Stable tag: 1.0
|
5 |
Framework: WS-DIP-3.0
|
6 |
|
7 |
WordPress Compatible: yes
|
@@ -55,5 +55,9 @@ Yes, support for WordPress® 3.0+ has been added; supporting even Custom Post Ty
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 1.0 =
|
59 |
* Initial release.
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
+
Version: 1.0.1
|
4 |
+
Stable tag: 1.0.1
|
5 |
Framework: WS-DIP-3.0
|
6 |
|
7 |
WordPress Compatible: yes
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 1.0.1 =
|
59 |
+
* Streamlined a few things.
|
60 |
+
* General cleanup.
|
61 |
+
|
62 |
= 1.0 =
|
63 |
* Initial release.
|
wp-show-ids.php
CHANGED
@@ -9,8 +9,8 @@ along with this software. In the main directory, see: /licensing/
|
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
-
Version: 1.0
|
13 |
-
Stable tag: 1.0
|
14 |
Framework: WS-DIP-3.0
|
15 |
|
16 |
WordPress Compatible: yes
|
@@ -42,10 +42,9 @@ if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
|
42 |
/*
|
43 |
Define versions.
|
44 |
*/
|
45 |
-
define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.0");
|
46 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2");
|
47 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "2.9.2");
|
48 |
-
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PRO_VERSION", "1.0");
|
49 |
/*
|
50 |
Compatibility checks.
|
51 |
*/
|
@@ -69,10 +68,6 @@ if (version_compare (PHP_VERSION, WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION, ">=")
|
|
69 |
*/
|
70 |
do_action ("ws_plugin__wp_show_ids_config_hooks_loaded");
|
71 |
/*
|
72 |
-
Load a possible Pro module, if/when available.
|
73 |
-
*/
|
74 |
-
@include_once dirname (__FILE__) . "-pro/pro-module.php";
|
75 |
-
/*
|
76 |
Function includes.
|
77 |
*/
|
78 |
include_once dirname (__FILE__) . "/includes/funcs.inc.php";
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
+
Version: 1.0.1
|
13 |
+
Stable tag: 1.0.1
|
14 |
Framework: WS-DIP-3.0
|
15 |
|
16 |
WordPress Compatible: yes
|
42 |
/*
|
43 |
Define versions.
|
44 |
*/
|
45 |
+
define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.0.1");
|
46 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2");
|
47 |
define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "2.9.2");
|
|
|
48 |
/*
|
49 |
Compatibility checks.
|
50 |
*/
|
68 |
*/
|
69 |
do_action ("ws_plugin__wp_show_ids_config_hooks_loaded");
|
70 |
/*
|
|
|
|
|
|
|
|
|
71 |
Function includes.
|
72 |
*/
|
73 |
include_once dirname (__FILE__) . "/includes/funcs.inc.php";
|