Changeset 29130
- Timestamp:
- 07/13/2014 10:30:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r28742 r29130 1093 1093 1094 1094 $title = esc_html( $item->get_title() ); 1095 1096 $description = esc_html( strip_tags( @html_entity_decode( $item->get_description(), ENT_QUOTES, get_option( 'blog_charset' ) ) ) );1097 1095 1098 1096 $ilink = wp_nonce_url('plugin-install.php?tab=plugin-information&plugin=' . $slug, 'install-plugin_' . $slug) . '&TB_iframe=true&width=600&height=800';
Note: See TracChangeset
for help on using the changeset viewer.