Changeset 1787309
- Timestamp:
- 12/14/2017 09:55:51 PM (8 years ago)
- Location:
- wp247-extension-notification-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wp247-extension-notification-server/tags/1.0.1/admin/wp247xns-client-corequisite-notice/wp247xns-client-corequisite-notice.php
r1786474 r1787309 146 146 { 147 147 $this->message_html .= '<p style="max-width: 910px;">' . sprintf( __( 'The <strong>%s</strong> plugin uses the <strong>WP247 Extension Notification Client</strong> plugin to periodically communicate important information. Don\'t miss out. Please install the <strong>WP247 Extension Notification Client</strong> plugin from the WordPress Plugin Directory so we can notify you of important changes as they arise.', $this->text_domain ), $this->extension_name ) . '</p>'; 148 $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp247-extension-notification-client&TB_iframe=true&width=600&height=800"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 148 $this->message_html .= '<p><a class="open-plugin-details-modal" href="/wp-admin/plugin-install.php?s=wp247-extension-notification-client&tab=search&type=term"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 149 // $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?s=wp247-extension-notification-client&tab=search&type=term&TB_iframe=true"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 150 // $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp247-extension-notification-client&TB_iframe=true&width=600&height=800"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 149 151 } 150 152 else if ( function_exists( 'wp247xns_client_is_extension_enabled' ) -
wp247-extension-notification-server/trunk/admin/wp247xns-client-corequisite-notice/wp247xns-client-corequisite-notice.php
r1785637 r1787309 146 146 { 147 147 $this->message_html .= '<p style="max-width: 910px;">' . sprintf( __( 'The <strong>%s</strong> plugin uses the <strong>WP247 Extension Notification Client</strong> plugin to periodically communicate important information. Don\'t miss out. Please install the <strong>WP247 Extension Notification Client</strong> plugin from the WordPress Plugin Directory so we can notify you of important changes as they arise.', $this->text_domain ), $this->extension_name ) . '</p>'; 148 $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp247-extension-notification-client&TB_iframe=true&width=600&height=800"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 148 $this->message_html .= '<p><a class="open-plugin-details-modal" href="/wp-admin/plugin-install.php?s=wp247-extension-notification-client&tab=search&type=term"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 149 // $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?s=wp247-extension-notification-client&tab=search&type=term&TB_iframe=true"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 150 // $this->message_html .= '<p><a class="thickbox open-plugin-details-modal" href="/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp247-extension-notification-client&TB_iframe=true&width=600&height=800"><span class="dashicons dashicons-admin-plugins" style="text-decoration: none; padding-right: 5px;"></span>' . __( 'Install <strong>WP247 Extension Notification Client</strong> plugin', $this->text_domain ) . ' </a></p>'; 149 151 } 150 152 else if ( function_exists( 'wp247xns_client_is_extension_enabled' )
Note: See TracChangeset
for help on using the changeset viewer.