Plugin Directory

Changeset 474758


Ignore:
Timestamp:
12/13/2011 04:29:33 PM (14 years ago)
Author:
mbence
Message:

v1.1.1

Location:
wp-livephp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-livephp/trunk/readme.txt

    r474638 r474758  
    3232
    3333== Changelog ==
     34= 1.1.1 =
     35* Some minor fixes
    3436= 1.1 =
    3537* Added settings page (Settings/WP Live.php) to enable / disable the  monitoring function
  • wp-livephp/trunk/wp-live.php

    r474638 r474758  
    55  Plugin URI: http://bencemeszaros.com/livephp
    66  Description: Automatically refresh your browser if you change any files in your theme or plugins directory
    7   Version: 1.1
     7  Version: 1.1.1
    88  Author: Bence Meszaros
    99  Author URI: http://bencemeszaros.com
     
    149149        echo '</td></tr></table>';
    150150        echo '<p class="submit">';
    151         echo '<input type="submit" class="button-primary" value="Mentés" />';
     151        echo '<input type="submit" class="button-primary" value="' . _('Save Changes') . '" />';
    152152        echo '</p></form>';
    153153       
Note: See TracChangeset for help on using the changeset viewer.