Changeset 2071351
- Timestamp:
- 04/19/2019 12:53:42 PM (7 years ago)
- Location:
- site-info/trunk
- Files:
-
- 2 edited
-
alar-site-info.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
site-info/trunk/alar-site-info.php
r1983445 r2071351 4 4 * Plugin Name: Site Info 5 5 * Description: Discover your current versions for WordPress, PHP, plugins, themes, and various other server information. 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Author: John Alarcon 8 8 * Author URI: https://twitter.com/realJohnAlarcon … … 300 300 echo '<h2 class="alar-site-info-subheading">'.__('Paths and URLs', 'alar-site-info').'</h2>'; 301 301 echo '<ul class="alar-site-info-indent-two">'; 302 echo '<li class="alar-site-info-list-heading"><strong>'.__(' Relative Paths', 'alar-site-info').'</strong></li>';302 echo '<li class="alar-site-info-list-heading"><strong>'.__('Absolute Paths', 'alar-site-info').'</strong></li>'; 303 303 echo $this->get_list_item('yes', '', '<strong>'.__('Website', 'alar-site-info').'</strong>: '.get_home_path()); 304 304 echo $this->get_list_item('yes', '', '<strong>'.__('Theme', 'alar-site-info').'</strong>: '.get_stylesheet_directory()); -
site-info/trunk/readme.txt
r1988615 r2071351 58 58 59 59 == Changelog == 60 **1.2.1** 61 Fix: Absolute paths were referred to as relative paths; incorrect text. 62 60 63 **1.2.0** 61 64 Add conditional to check whether installed on WordPress or ClassicPress; update onscreen titles accordingly.
Note: See TracChangeset
for help on using the changeset viewer.