Version Description
- Routine maintenance. No signifigant changes.
- Compatibility with WordPress v3.2.
Download this release
Release Info
Developer | PriMoThemes |
Plugin | WP Show IDs ( simple, yet elegant ) |
Version | 110708 |
Comparing to | |
See all releases |
Code changes from version 110523 to 110708
- images/promos/150x150.jpg +0 -0
- images/promos/300x225.jpg +0 -0
- images/promos/590x300.jpg +0 -0
- images/promos/80x80.jpg +0 -0
- images/promos/900x285.jpg +0 -0
- images/promos/900x385.jpg +0 -0
- images/promos/shots/00_preview-590x300.jpg +0 -0
- images/promos/shots/00_preview-900x285.jpg +0 -0
- images/promos/shots/00_preview-900x385.jpg +0 -0
- images/promos/shots/index.php +0 -0
- {images/promos → includes/_xtnls}/index.php +0 -0
- readme.txt +7 -3
- wp-show-ids.php +8 -8
images/promos/150x150.jpg
DELETED
Binary file
|
images/promos/300x225.jpg
DELETED
Binary file
|
images/promos/590x300.jpg
DELETED
Binary file
|
images/promos/80x80.jpg
DELETED
Binary file
|
images/promos/900x285.jpg
DELETED
Binary file
|
images/promos/900x385.jpg
DELETED
Binary file
|
images/promos/shots/00_preview-590x300.jpg
DELETED
Binary file
|
images/promos/shots/00_preview-900x285.jpg
DELETED
Binary file
|
images/promos/shots/00_preview-900x385.jpg
DELETED
Binary file
|
images/promos/shots/index.php
DELETED
File without changes
|
{images/promos → includes/_xtnls}/index.php
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
-
Version:
|
4 |
-
Stable tag:
|
5 |
Framework: WS-LP-110523
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
9 |
Multisite Blog Farm Compatible: yes
|
10 |
|
11 |
-
Tested up to: 3.
|
12 |
Requires at least: 3.1
|
13 |
Requires: WordPress® 3.1+, PHP 5.2.3+
|
14 |
|
@@ -56,6 +56,10 @@ Yes, this plugin supports WordPress® 3.0+; even Custom Post Types & Custom
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
|
|
59 |
= 110523 =
|
60 |
* **Versioning.** Starting with this release, versions will follow this format: `yymmdd`. The version for this release is: `110523`.
|
61 |
* Routine maintenance. No signifigant changes.
|
1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
2 |
|
3 |
+
Version: 110708
|
4 |
+
Stable tag: 110708
|
5 |
Framework: WS-LP-110523
|
6 |
|
7 |
WordPress Compatible: yes
|
8 |
WP Multisite Compatible: yes
|
9 |
Multisite Blog Farm Compatible: yes
|
10 |
|
11 |
+
Tested up to: 3.2
|
12 |
Requires at least: 3.1
|
13 |
Requires: WordPress® 3.1+, PHP 5.2.3+
|
14 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 110708 =
|
60 |
+
* Routine maintenance. No signifigant changes.
|
61 |
+
* Compatibility with WordPress v3.2.
|
62 |
+
|
63 |
= 110523 =
|
64 |
* **Versioning.** Starting with this release, versions will follow this format: `yymmdd`. The version for this release is: `110523`.
|
65 |
* Routine maintenance. No signifigant changes.
|
wp-show-ids.php
CHANGED
@@ -9,15 +9,15 @@ along with this software. In the main directory, see: /licensing/
|
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
-
Version:
|
13 |
-
Stable tag:
|
14 |
Framework: WS-LP-110523
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
18 |
Multisite Blog Farm Compatible: yes
|
19 |
|
20 |
-
Tested up to: 3.
|
21 |
Requires at least: 3.1
|
22 |
Requires: WordPress® 3.1+, PHP 5.2.3+
|
23 |
|
@@ -36,11 +36,11 @@ Description: Simple, yet elegant. Shows IDs for Posts, Pages, Media, Links, Cate
|
|
36 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
37 |
*/
|
38 |
if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
39 |
-
exit
|
40 |
/*
|
41 |
Define versions.
|
42 |
*/
|
43 |
-
@define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "
|
44 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2.3");
|
45 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.1");
|
46 |
/*
|
@@ -52,7 +52,7 @@ if (version_compare (PHP_VERSION, WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION, ">=")
|
|
52 |
/*
|
53 |
Hook before loaded.
|
54 |
*/
|
55 |
-
do_action
|
56 |
/*
|
57 |
System configuraton.
|
58 |
*/
|
@@ -64,7 +64,7 @@ if (version_compare (PHP_VERSION, WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION, ">=")
|
|
64 |
/*
|
65 |
Hook after system config & hooks are loaded.
|
66 |
*/
|
67 |
-
do_action
|
68 |
/*
|
69 |
Function includes.
|
70 |
*/
|
@@ -76,7 +76,7 @@ if (version_compare (PHP_VERSION, WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION, ">=")
|
|
76 |
/*
|
77 |
Hook after loaded.
|
78 |
*/
|
79 |
-
do_action
|
80 |
}
|
81 |
else if (is_admin ()) /* Admin compatibility errors. */
|
82 |
{
|
9 |
If not, see: <http://www.gnu.org/licenses/>.
|
10 |
*/
|
11 |
/*
|
12 |
+
Version: 110708
|
13 |
+
Stable tag: 110708
|
14 |
Framework: WS-LP-110523
|
15 |
|
16 |
WordPress Compatible: yes
|
17 |
WP Multisite Compatible: yes
|
18 |
Multisite Blog Farm Compatible: yes
|
19 |
|
20 |
+
Tested up to: 3.2
|
21 |
Requires at least: 3.1
|
22 |
Requires: WordPress® 3.1+, PHP 5.2.3+
|
23 |
|
36 |
Tags: admin, administration, dashboard, id, ids, wp ids, wp-ids, show ids, wordpress ids, simply, simply show ids, reveal, reveal ids, link, links, media, page, pages, post, posts, category, categories, tag, tags, user, users, options panel included, websharks framework, w3c validated code, includes extensive documentation, highly extensible
|
37 |
*/
|
38 |
if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
39 |
+
exit("Do not access this file directly.");
|
40 |
/*
|
41 |
Define versions.
|
42 |
*/
|
43 |
+
@define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "110708");
|
44 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2.3");
|
45 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.1");
|
46 |
/*
|
52 |
/*
|
53 |
Hook before loaded.
|
54 |
*/
|
55 |
+
do_action("ws_plugin__wp_show_ids_before_loaded");
|
56 |
/*
|
57 |
System configuraton.
|
58 |
*/
|
64 |
/*
|
65 |
Hook after system config & hooks are loaded.
|
66 |
*/
|
67 |
+
do_action("ws_plugin__wp_show_ids_config_hooks_loaded");
|
68 |
/*
|
69 |
Function includes.
|
70 |
*/
|
76 |
/*
|
77 |
Hook after loaded.
|
78 |
*/
|
79 |
+
do_action("ws_plugin__wp_show_ids_after_loaded");
|
80 |
}
|
81 |
else if (is_admin ()) /* Admin compatibility errors. */
|
82 |
{
|