Changeset 937087
- Timestamp:
- 06/23/2014 11:47:03 AM (12 years ago)
- Location:
- tha-hooks-interface
- Files:
-
- 18 added
- 2 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/LICENSE.txt (added)
-
tags/1.0.0/README.txt (added)
-
tags/1.0.0/admin (added)
-
tags/1.0.0/admin/class-tha-hooks-interface-admin.php (added)
-
tags/1.0.0/admin/views (added)
-
tags/1.0.0/admin/views/admin.php (added)
-
tags/1.0.0/admin/views/index.php (added)
-
tags/1.0.0/hooks-list.php (added)
-
tags/1.0.0/index.php (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/languages/index.php (added)
-
tags/1.0.0/languages/tha-hooks-interface.mo (added)
-
tags/1.0.0/languages/tha-hooks-interface.pot (added)
-
tags/1.0.0/public (added)
-
tags/1.0.0/public/class-tha-hooks-interface.php (added)
-
tags/1.0.0/tha-hooks-interface.php (added)
-
tags/1.0.0/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-tha-hooks-interface-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tha-hooks-interface/trunk/README.txt
r804256 r937087 4 4 Requires at least: 3.5 5 5 Tested up to: 3.7.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 1.0.1 = 61 * Fixes an undefined index notice in class-tha-hooks-interface-admin.php 62 60 63 = 1.0 = 61 64 * The first version of the plugin. -
tha-hooks-interface/trunk/admin/class-tha-hooks-interface-admin.php
r804256 r937087 205 205 206 206 global $pagenow; 207 $page_filter = $_GET['page']; 207 $page_filter = ( isset( $_GET['page'] ) ? $_GET['page'] : false ); 208 208 209 // Don't do anything if not THA Interface settings page 209 210 if ( isset( $page_filter ) ) :
Note: See TracChangeset
for help on using the changeset viewer.