Opened 13 years ago
Closed 13 years ago
#24699 closed defect (bug) (duplicate)
Only variables should be passed by reference in /wp-includes/pomo/mo.php (line 210)
| Reported by: | netandreus | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Warnings/Notices | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I have a WordPress version 3.5.2-ru_RU. When I watching pages of my site in error.log i receive this error:
2013/07/06 16:58:13 [error] 13336#0: *212174 FastCGI sent in stderr: "PHP message: PHP Strict Standards: Only variables should be passed by reference in /wp-includes/pomo/mo.php on line 210
In line 210 of file mo.php i see:
$this->set_headers($this->make_headers($translation));
PHP version: 5.4.9-4
Zend engine: 2.4.0
OS: Ubuntu Server 13.04
Web server: nginx/1.2.6 + php_fpm
WordPress version: 3.5.2
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #23232.