Changeset 1309101
- Timestamp:
- 12/15/2015 02:43:39 PM (10 years ago)
- File:
-
- 1 edited
-
versionmate/trunk/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
versionmate/trunk/options.php
r1309056 r1309101 43 43 44 44 add_action( 'load-' . $menu, array( $this, 'settings_saved' ) ); 45 46 45 } 47 46 … … 54 53 ?> 55 54 <div class="wrap"> 56 <h2> Versionmate Settings</h2>55 <h2><?php _e('Versionmate settings', 'versionmate'); ?></h2> 57 56 <form method="post" action="options.php"> 58 57 <?php
Note: See TracChangeset
for help on using the changeset viewer.