mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-21 16:10:57 +00:00
5 lines
231 B
PHP
Executable File
5 lines
231 B
PHP
Executable File
<?php if($works): ?>
|
|
<?php printf(__('The feed %s has been parsed successfully.', 'wpomatic'), $url) ?>
|
|
<?php else: ?>
|
|
<?php printf(__('The feed %s cannot be parsed. Simplepie said: %s', 'wpomatic'), $url, $works) ?>
|
|
<?php endif ?>
|