File manager - Edit - /home/triathlon/www/wp-content/plugins/wp-nested-pages/app/Entities/Confirmation/TrashRestoredConfirmation.php
Back
<?php namespace NestedPages\Entities\Confirmation; /** * Confirm page(s) restored from trash */ class TrashRestoredConfirmation implements ConfirmationInterface { public function setMessage() { $count = intval(sanitize_text_field($_GET['untrashed'])); return sprintf( esc_html( _n( '%d item restored from trash.', '%d items restored from trash.', $count, 'wp-nested-pages' ) ), $count ); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings