Changeset 1537493
- Timestamp:
- 11/21/2016 11:47:08 AM (9 years ago)
- File:
-
- 1 edited
-
good-url-preview-box/trunk/gurlpb-start.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
good-url-preview-box/trunk/gurlpb-start.php
r1536878 r1537493 190 190 </span> 191 191 <h1 style="color: #464646; font-family: Oxygen, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 17px; line-height: 20px; text-decoration: none; vertical-align: baseline; margin:2px;"> 192 <a href="https://wordpress.org/plugins/good-url-preview-box/" style=" text-decoration: none; border-bottom: none;">Wordpress</a> is loading infos about ' . $strDom . '192 <a href="https://wordpress.org/plugins/good-url-preview-box/" style="font-family: Oxygen, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 17px; line-height: 20px; text-decoration: none; text-decoration: none; border-bottom: none;">Wordpress</a> is loading infos about ' . $strDom . ' 193 193 </h1> 194 194 <span style="display: block; font-family: Oxygen, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 13px; line-height: 20px; text-decoration: none; vertical-align: baseline;"> 195 ' . __('Please-wait...', 'gurlpb' ) . ' for API server <a href="https://guteurls.de/" target="guteurls" style="text-decoration: none; border-bottom: none;">guteurls.de</a>195 Please-wait for API server <a href="https://guteurls.de/" target="guteurls" style="font-family: Oxygen, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 13px; line-height: 20px; text-decoration: none; border-bottom: none;">guteurls.de</a> 196 196 to collect data about<br /> 197 <a href="' . $strUrl .'" >' . $arrUrl['host'] . $strPath . '</a>197 <a href="' . $strUrl .'" style="font-family: Oxygen, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 13px; line-height: 20px; text-decoration: none; border-bottom: none;">' . $arrUrl['host'] . $strPath . '</a> 198 198 </span> 199 199 </span><br clear="all" />'; … … 242 242 = "function( jqueryElement, url, jQuery ) {" 243 243 . "jqueryElement.closest('.post[guteurls!=done]').each(function(element) {" 244 . "jQuery(this).attr('guteurls', 'done').find('$strFind').attr('href', url) "244 . "jQuery(this).attr('guteurls', 'done').find('$strFind').attr('href', url).attr('target', '_blank')" 245 245 . "})" 246 246 . "}";
Note: See TracChangeset
for help on using the changeset viewer.