Plugin Directory

Changeset 2071351


Ignore:
Timestamp:
04/19/2019 12:53:42 PM (7 years ago)
Author:
johnalarcon
Message:

Update incorrect text.

Location:
site-info/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • site-info/trunk/alar-site-info.php

    r1983445 r2071351  
    44 * Plugin Name: Site Info
    55 * Description: Discover your current versions for WordPress, PHP, plugins, themes, and various other server information.
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Author: John Alarcon
    88 * Author URI: https://twitter.com/realJohnAlarcon
     
    300300        echo '<h2 class="alar-site-info-subheading">'.__('Paths and URLs', 'alar-site-info').'</h2>';
    301301        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>';
    303303        echo $this->get_list_item('yes', '', '<strong>'.__('Website', 'alar-site-info').'</strong>: '.get_home_path());
    304304        echo $this->get_list_item('yes', '', '<strong>'.__('Theme', 'alar-site-info').'</strong>: '.get_stylesheet_directory());
  • site-info/trunk/readme.txt

    r1988615 r2071351  
    5858
    5959== Changelog ==
     60**1.2.1**
     61Fix: Absolute paths were referred to as relative paths; incorrect text.
     62
    6063**1.2.0**
    6164Add conditional to check whether installed on WordPress or ClassicPress; update onscreen titles accordingly.
Note: See TracChangeset for help on using the changeset viewer.