Plugin Directory

Changeset 1669581


Ignore:
Timestamp:
06/02/2017 01:00:21 PM (9 years ago)
Author:
webmasterjunkie
Message:

Update menu icon

Location:
ph-publisher/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • ph-publisher/trunk/ph_publisher.php

    r1669507 r1669581  
    55    Plugin URI: #
    66    Description: Load your Performance Horizon publisher credentials for access to PH data. You will be able to quickly add your tracking links to any new post you create.
    7     Version: 1.1.2
     7    Version: 1.1.3
    88    Author: Performance Horizon
    99    Author URI: http://www.performancehorizon.com/
     
    1313defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1414
    15 define( 'PH_PUBLISHER_VERSION', '1.1.2' );
     15define( 'PH_PUBLISHER_VERSION', '1.1.3' );
    1616
    1717require_once( plugin_dir_path( __FILE__ ) . "functions.php" );
     
    9696    }
    9797
    98     add_menu_page("PH Publisher", "PH Publisher", "manage_options", "ph_publisher_settings", "ph_publisher_settings_page", "dashicons-admin-links");
     98    add_menu_page(
     99        "PH Publisher",
     100        "PH Publisher",
     101        "manage_options",
     102        "ph_publisher_settings",
     103        "ph_publisher_settings_page",
     104        plugin_dir_url( __FILE__ ) . 'assets/16x16-ph_icon.png'
     105    );
    99106}
    100107add_action("admin_menu", "ph_publisher_admin");
  • ph-publisher/trunk/readme.txt

    r1669544 r1669581  
    2424
    2525== Changelog ==
     26= 1.1.3 =
     27* Added admin menu icon
     28
    2629= 1.1.2 =
    2730* Added authentication of current user in admin
Note: See TracChangeset for help on using the changeset viewer.