Changeset 613498
- Timestamp:
- 10/17/2012 04:26:44 AM (13 years ago)
- Location:
- globalfeed/trunk/feeds
- Files:
-
- 4 edited
-
mb_facebook/pages/settings-main.php (modified) (1 diff)
-
mb_twitter/pages/settings-main.php (modified) (1 diff)
-
mb_youtube/pages/settings-main.php (modified) (1 diff)
-
mbgf_rss/pages/settings-main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
globalfeed/trunk/feeds/mb_facebook/pages/settings-main.php
r593074 r613498 38 38 // Show saved message 39 39 if ( $update ) : ?> 40 <div class="notice updated no-hide" ><?php _e('<p>You \'resettings were successfully saved.</p>') ?></div>40 <div class="notice updated no-hide" ><?php _e('<p>Your settings were successfully saved.</p>') ?></div> 41 41 <?php endif; // Settings saved message ?> 42 42 </div> -
globalfeed/trunk/feeds/mb_twitter/pages/settings-main.php
r593074 r613498 41 41 // Show saved message 42 42 if ( $update ) : ?> 43 <div class="notice updated no-hide" ><?php _e('<p>You \'resettings were successfully saved.</p>') ?></div>43 <div class="notice updated no-hide" ><?php _e('<p>Your settings were successfully saved.</p>') ?></div> 44 44 <?php endif; // Welcome message ?> 45 45 </div> -
globalfeed/trunk/feeds/mb_youtube/pages/settings-main.php
r593074 r613498 40 40 // Show saved message 41 41 if ( $update ) : ?> 42 <div class="notice updated no-hide" ><?php _e('<p>You \'resettings were successfully saved.</p>') ?></div>42 <div class="notice updated no-hide" ><?php _e('<p>Your settings were successfully saved.</p>') ?></div> 43 43 <?php endif; // Welcome message ?> 44 44 </div> -
globalfeed/trunk/feeds/mbgf_rss/pages/settings-main.php
r593074 r613498 39 39 // Show saved message 40 40 if ( $update ) : ?> 41 <div class="notice updated no-hide" ><?php _e('<p>You \'resettings were successfully saved.</p>') ?></div>41 <div class="notice updated no-hide" ><?php _e('<p>Your settings were successfully saved.</p>') ?></div> 42 42 <?php endif; // Welcome message ?> 43 43 </div>
Note: See TracChangeset
for help on using the changeset viewer.