Changeset 8656 for trunk/wp-admin/options.php
- Timestamp:
- 08/16/2008 07:27:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r7883 r8656 1 1 <?php 2 /** 3 * Options Management Administration Panel. 4 * 5 * Just allows for displaying of options. 6 * 7 * This isn't referenced or linked to, but will show all of the options and 8 * allow editing. The issue is that serialized data is not supported to be 9 * modified. Options can not be removed. 10 * 11 * @package WordPress 12 * @subpackage Administration 13 */ 14 15 /** WordPress Administration Bootstrap */ 2 16 require_once('admin.php'); 3 17
Note: See TracChangeset
for help on using the changeset viewer.