mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$allowed_users = explode(" ", trim($fileupload_allowedusers));
|
||||
$allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers')));
|
||||
|
||||
$submitbutton_text = 'Edit this!';
|
||||
$toprow_title = 'Editing Comment # '.$commentdata['comment_ID'];
|
||||
|
||||
Reference in New Issue
Block a user