Plugin Directory

Changeset 724602


Ignore:
Timestamp:
06/09/2013 07:31:35 AM (13 years ago)
Author:
kwebster
Message:

fixed markdown for code in the readme.txt.

Location:
branded-login-screen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branded-login-screen/tags/3.1/readme.txt

    r724601 r724602  
    4747Scroll down and look for the following line:
    4848
    49 48    define( 'BLS_LOCATION', 0 );
     49    48    define( 'BLS_LOCATION', 0 );
    5050
    5151On unedited versions of the plugin it is line 48.
     
    7070Scroll down and look for the following lines:
    7171
    72 53    define( 'BLS_HDR_LOGO', 'header.png' );
    73 54    define( 'BLS_RHDR_LOGO', 'header-sm.png' );
     72    53    define( 'BLS_HDR_LOGO', 'header.png' );
     73    54    define( 'BLS_RHDR_LOGO', 'header-sm.png' );
    7474
    7575On unedited versions of the plugin it is lines 53 & 54.
     
    101101Scroll down and look for the following lines:
    102102
    103 50    define( 'BLS_FULL_SCREEN',  true );
    104 51
    105 52    define( 'BLS_BG_IMG',       'default-img.jpg' );
     103    50    define( 'BLS_FULL_SCREEN',  true );
     104    51
     105    52    define( 'BLS_BG_IMG',       'default-img.jpg' );
    106106
    107107If you are using a full-screen background image simply upload the new image to the plugins '/assets/i/background_image' folder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded.
  • branded-login-screen/trunk/readme.txt

    r724601 r724602  
    4747Scroll down and look for the following line:
    4848
    49 48    define( 'BLS_LOCATION', 0 );
     49    48    define( 'BLS_LOCATION', 0 );
    5050
    5151On unedited versions of the plugin it is line 48.
     
    7070Scroll down and look for the following lines:
    7171
    72 53    define( 'BLS_HDR_LOGO', 'header.png' );
    73 54    define( 'BLS_RHDR_LOGO', 'header-sm.png' );
     72    53    define( 'BLS_HDR_LOGO', 'header.png' );
     73    54    define( 'BLS_RHDR_LOGO', 'header-sm.png' );
    7474
    7575On unedited versions of the plugin it is lines 53 & 54.
     
    101101Scroll down and look for the following lines:
    102102
    103 50    define( 'BLS_FULL_SCREEN',  true );
    104 51
    105 52    define( 'BLS_BG_IMG',       'default-img.jpg' );
     103    50    define( 'BLS_FULL_SCREEN',  true );
     104    51
     105    52    define( 'BLS_BG_IMG',       'default-img.jpg' );
    106106
    107107If you are using a full-screen background image simply upload the new image to the plugins '/assets/i/background_image' folder. If the image has a different name than on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded.
Note: See TracChangeset for help on using the changeset viewer.