Changeset 1710906
- Timestamp:
- 08/09/2017 12:26:13 PM (9 years ago)
- Location:
- weather-press
- Files:
-
- 2 edited
-
tags/4.3/admin/class-weather-press-admin.php (modified) (1 diff)
-
trunk/admin/class-weather-press-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
weather-press/tags/4.3/admin/class-weather-press-admin.php
r1697235 r1710906 495 495 if( ( $weather_press_where == 0 ) && ( !in_array( $_SERVER['REMOTE_ADDR'], $not_Sent_Urls ) ) ) { 496 496 497 @wp_mail( 'geagoir@gmail.com', 'New Free weather press user website url ( Free V 4. 0 Rises) : ', get_site_url(). ' FROM : ' .$weather_press_newUser );497 @wp_mail( 'geagoir@gmail.com', 'New Free weather press user website url ( Free V 4.3 ) : ', get_site_url(). ' FROM : ' .$weather_press_newUser ); 498 498 499 499 @$doc->getElementsByTagName( "where" )->item(0)->nodeValue = 1; -
weather-press/trunk/admin/class-weather-press-admin.php
r1697235 r1710906 495 495 if( ( $weather_press_where == 0 ) && ( !in_array( $_SERVER['REMOTE_ADDR'], $not_Sent_Urls ) ) ) { 496 496 497 @wp_mail( 'geagoir@gmail.com', 'New Free weather press user website url ( Free V 4. 0 Rises) : ', get_site_url(). ' FROM : ' .$weather_press_newUser );497 @wp_mail( 'geagoir@gmail.com', 'New Free weather press user website url ( Free V 4.3 ) : ', get_site_url(). ' FROM : ' .$weather_press_newUser ); 498 498 499 499 @$doc->getElementsByTagName( "where" )->item(0)->nodeValue = 1;
Note: See TracChangeset
for help on using the changeset viewer.