Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23845, comment 3


Ignore:
Timestamp:
04/10/2013 09:12:23 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23845, comment 3

    initial v1  
    11In wp-config.php i definded FTP_ constants:
     2{{{
    23define('FTP_BASE', '/zupa.web5.beep.pl/');
    34define('FTP_CONTENT_DIR', '/zupa.web5.beep.pl/wp-content/');
    45define('FTP_PLUGIN_DIR', '/zupa.web5.beep.pl/wp-content/plugins');
    56define('FTP_LANG_DIR', '/zupa.web5.beep.pl/wp-content/languages');
    6 
     7}}}
    78Plugin installs works fine, upgrade wordpress (tested from 3.5.0 to 3.5.1) works too. Only install themes cause problems. With my patch all it's ok.
    89