Revision 40
Added by stefan about 20 years ago
| admin.php | ||
|---|---|---|
| 126 | 126 |
$template->set_block('page', 'main_block', 'main');
|
| 127 | 127 |
$template->set_var(array( |
| 128 | 128 |
'PAGE_ID' => $results_array['page_id'], |
| 129 |
'PAGE_TITLE' => $admin->stripslashes($results_array['page_title']), |
|
| 129 |
'PAGE_TITLE' => $admin->strip_slashes($results_array['page_title']),
|
|
| 130 | 130 |
'MODIFIED_BY' => $user['display_name'], |
| 131 | 131 |
'MODIFIED_BY_USERNAME' => $user['username'], |
| 132 | 132 |
'MODIFIED_WHEN' => $modified_ts, |
Also available in: Unified diff
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes