Changeset 358771
- Timestamp:
- 03/11/2011 02:09:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-admin-branding/tags/3.0.3/custom_admin_branding.php
r357702 r358771 8 8 Author URI: http://redlettersstudio.com 9 9 */ 10 11 12 /*********************************************13 Include an update message on main plugin screen14 *********************************************/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 21 10 22 11
Note: See TracChangeset
for help on using the changeset viewer.