Plugin Directory

Changeset 1384584


Ignore:
Timestamp:
04/01/2016 09:05:23 PM (10 years ago)
Author:
anukit
Message:

wp 4.5 compatibility

Location:
wp-hooks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-hooks/trunk/readme.txt

    r1345502 r1384584  
    33Tags: hooks, wp_head, wp_footer, head, footer
    44Requires at least: 2.1
    5 Tested up to: 4.4.2
    6 Stable tag: 1.0.4
     5Tested up to: 4.5
     6Stable tag: trunk
    77
    88WP Hooks allows you to add JavaScript, CSS, meta tags, etc. to your
  • wp-hooks/trunk/wp-hooks.php

    r1345502 r1384584  
    44Plugin URI: http://amwhalen.com/blog/projects/wp-hooks/
    55Description: Add JavaScript, CSS, meta tags, etc. to your header and footer.
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: Andrew M. Whalen
    88Author URI: http://amwhalen.com
     
    2626*/
    2727
    28 define('amw_hooks_version', '1.0.4');
     28define('amw_hooks_version', '1.0.5');
    2929
    3030/**
     
    4949    <div class="wrap">
    5050
    51     <h2>WP Hooks Settings</h2>
     51    <h2>Header and Footer Settings (WP Hooks)</h2>
    5252
    5353    <p>
     
    126126function amw_hooks_admin() {
    127127
    128     add_options_page('WP Hooks', 'WP Hooks', 'edit_files', __FILE__, 'amw_hooks_options_page');
     128    add_options_page('Header and Footer (WP Hooks)', 'Header and Footer (WP Hooks)', 'edit_files', __FILE__, 'amw_hooks_options_page');
    129129
    130130}
Note: See TracChangeset for help on using the changeset viewer.