Plugin Directory

Changeset 358771


Ignore:
Timestamp:
03/11/2011 02:09:31 PM (15 years ago)
Author:
jayberz
Message:

Removed Update Notifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-admin-branding/tags/3.0.3/custom_admin_branding.php

    r357702 r358771  
    88Author URI: http://redlettersstudio.com
    99*/
    10 
    11 
    12 /*********************************************
    13  Include an update message on main plugin screen
    14 *********************************************/
    15 function my_plugin_update_info() {
    16     if ( $info = wp_remote_fopen("http://redlettersstudio.com/support/plugins/custom-admin-branding/updates.txt") )
    17         echo '<br />' . strip_tags( $info, "<br><a><b><i><span>" );
    18 }
    19 add_action('in_plugin_update_message-'.plugin_basename(__FILE__), 'my_plugin_update_info');
    20 
    2110
    2211
Note: See TracChangeset for help on using the changeset viewer.