Ryan Boren
|
4b5b2e4658
|
Load the new admin and network admin mo files, if present. see #19852
git-svn-id: https://develop.svn.wordpress.org/trunk@19772 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-27 22:19:56 +00:00 |
Ryan Boren
|
2b186b0c45
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
git-svn-id: https://develop.svn.wordpress.org/trunk@19712 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 17:01:11 +00:00 |
Andrew Nacin
|
69a34ae62d
|
They call me multisite. props ryan, zeo. see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19504 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-01 00:36:19 +00:00 |
Andrew Nacin
|
44724de2e8
|
Move WP_Screen and friends (15 functions) into admin/includes/screen.php. see #18690.
git-svn-id: https://develop.svn.wordpress.org/trunk@18782 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-26 21:32:10 +00:00 |
Peter Westwood
|
1f730d43b8
|
The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now.
git-svn-id: https://develop.svn.wordpress.org/trunk@17293 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-01-13 23:19:51 +00:00 |
Peter Westwood
|
78d95aa459
|
Split out the list table functions into a seperate file from the base class.
See #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@16127 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 08:56:27 +00:00 |
Andrew Nacin
|
8db82e5ea1
|
Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761.
git-svn-id: https://develop.svn.wordpress.org/trunk@16009 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-27 10:46:24 +00:00 |
Andrew Nacin
|
6f05802a40
|
Shuffle list-table files. First pass. see #14579.
git-svn-id: https://develop.svn.wordpress.org/trunk@15954 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-25 00:12:41 +00:00 |
scribu
|
e848b8b815
|
Make deprecated functions work. See #14651
git-svn-id: https://develop.svn.wordpress.org/trunk@15517 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-08-21 18:08:42 +00:00 |
Ryan Boren
|
e0254c7917
|
Add wp-admin/includes/ms-deprecated.php. Deprecate wpmu_checkAvailableSpace. Introduce is_upload_space_available(). see #11762
git-svn-id: https://develop.svn.wordpress.org/trunk@12824 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-25 19:46:24 +00:00 |
Ryan Boren
|
c01fb90ff1
|
Deprecate wp_shrink_dimension(), add wp-admin/includes/deprecated.php. Props filosofo. fixes #11967
git-svn-id: https://develop.svn.wordpress.org/trunk@12823 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-25 18:50:01 +00:00 |
Ryan Boren
|
7196d7fbe8
|
Include ms.php if multisite
git-svn-id: https://develop.svn.wordpress.org/trunk@12633 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-07 04:33:41 +00:00 |
Ryan Boren
|
a70e1a34e5
|
WP-Admin File Level Inline Documentation from santosj. see #7496
git-svn-id: https://develop.svn.wordpress.org/trunk@8618 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-11 20:26:31 +00:00 |
Ryan Boren
|
134476c652
|
Move define of AUTOSAVE_INTERVAL to wp-settings so that it is available earlier. Props simonwheatley. fixes #6668 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7664 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 17:07:34 +00:00 |
Ryan Boren
|
72d53b30d7
|
Use constant instead of DB option for setting autosave_interval. Props mdawaffe. fixes #6075
git-svn-id: https://develop.svn.wordpress.org/trunk@7165 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-06 06:07:53 +00:00 |
Ryan Boren
|
a909ed26c1
|
Widget interface updates from mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6754 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-07 21:57:54 +00:00 |
Ryan Boren
|
fd80901dcf
|
New image uploader from tellyworth. see #5609
git-svn-id: https://develop.svn.wordpress.org/trunk@6579 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 08:14:29 +00:00 |
Ryan Boren
|
6dc06a8e41
|
Widget admin redesign from mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6556 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 23:34:33 +00:00 |
Matt Mullenweg
|
f6c6582ff3
|
First pass at upgrade notification for core, see #1476. Also includes some minor footer styling changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@5892 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-08-17 10:33:52 +00:00 |
Ryan Boren
|
09f70467e0
|
Admin includes reorg. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5542 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-25 07:16:21 +00:00 |