Changeset 589479
- Timestamp:
- 08/23/2012 04:50:50 PM (14 years ago)
- File:
-
- 1 edited
-
bugherd/trunk/wp-bugherd-view.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bugherd/trunk/wp-bugherd-view.php
r588721 r589479 77 77 public static function site_admin_notice() 78 78 { 79 global $page_hook ;79 global $page_hook, $wp_version; 80 80 81 81 if($page_hook != "settings_page_wp-bugherd") … … 328 328 public static function css() 329 329 { 330 global $wp_version; 330 331 ?> 331 332 <style type="text/css"> … … 563 564 public static function js() 564 565 { 566 global $wp_version; 565 567 ?> 566 568 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.