This website requires JavaScript.
Explore
Help
Register
Sign In
HostForge-Systems
/
wordpress
Template
Watch
1
Star
0
Fork
0
You've already forked wordpress
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
69cd88fc6fad0f987101ec5622598aa91a41e689
wordpress
/
wp-admin
/
includes
History
nacin
65fde75e85
WP_Screen: Whitelist -new and -add screens, and prevent edit-comments and edit-tags from being mashed on.
fixes
#19353
.
...
git-svn-id:
http://svn.automattic.com/wordpress/trunk@19471
1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-11-28 22:58:51 +00:00
..
admin.php
…
bookmark.php
…
class-ftp-pure.php
…
class-ftp-sockets.php
…
class-ftp.php
…
class-pclzip.php
…
class-wp-comments-list-table.php
…
class-wp-filesystem-base.php
…
class-wp-filesystem-direct.php
…
class-wp-filesystem-ftpext.php
…
class-wp-filesystem-ftpsockets.php
…
class-wp-filesystem-ssh2.php
…
class-wp-importer.php
…
class-wp-links-list-table.php
…
class-wp-list-table.php
…
class-wp-media-list-table.php
Remove $post_type global usage from media list table. Correct $post_type to 'attachment' for upload screens. see
#18722
.
2011-11-21 20:48:57 +00:00
class-wp-ms-sites-list-table.php
…
class-wp-ms-themes-list-table.php
…
class-wp-ms-users-list-table.php
…
class-wp-plugin-install-list-table.php
…
class-wp-plugins-list-table.php
…
class-wp-posts-list-table.php
Don't fallback to default post type or taxonomy if given an invalid post type or taxonomy. Use typenow as the canonical post type. Props nacin. see
#19131
2011-11-17 18:01:08 +00:00
class-wp-terms-list-table.php
Go back to $post_type global as get_current_screen()->post_type is empty during add/edit-tag AJAX requests.
Fixes
#18722
.
2011-11-23 15:20:45 +00:00
class-wp-theme-install-list-table.php
…
class-wp-themes-list-table.php
…
class-wp-upgrader.php
…
class-wp-users-list-table.php
…
comment.php
…
continents-cities.php
…
dashboard.php
Change show/hide storage mechanism for show_welcome_panel. 0 = hide, 1 = show, 2 = show if the multisite owner. Make welcome panel dismissable without JS (openable too via the URL).
fixes
#19338
,
fixes
#19127
.
2011-11-23 18:30:45 +00:00
deprecated.php
Move WP_Editor to a _WP_Editors encapsulation.
2011-11-23 19:06:52 +00:00
export.php
…
file.php
…
image-edit.php
…
image.php
…
import.php
…
list-table.php
…
manifest.php
…
media.php
Output the "After a file has been uploaded..." message by using the post-upload-ui action,
fixes
#18764
2011-11-21 20:46:15 +00:00
menu.php
…
meta-boxes.php
…
misc.php
Admin bar IE7, iPad and rtl refresh, see
#81197
2011-11-21 02:03:02 +00:00
ms-deprecated.php
…
ms.php
…
nav-menu.php
…
plugin-install.php
…
plugin.php
…
post.php
Revert [19372] for 3.3. see
#13473
.
2011-11-24 16:06:17 +00:00
schema.php
Initialize active_sitewide_plugins during network install and upgrade.
fixes
#19385
2011-11-28 20:35:36 +00:00
screen.php
WP_Screen: Whitelist -new and -add screens, and prevent edit-comments and edit-tags from being mashed on.
fixes
#19353
.
2011-11-28 22:58:51 +00:00
taxonomy.php
…
template.php
Bump final db_version for 3.3, otherwise no new beta installs will see the pointers.
2011-11-28 17:47:26 +00:00
theme-install.php
…
theme.php
…
update-core.php
Redirect to about.php on update. props ocean90. see
#18467
.
2011-11-23 23:38:36 +00:00
update.php
…
upgrade.php
Initialize active_sitewide_plugins during network install and upgrade.
fixes
#19385
2011-11-28 20:35:36 +00:00
user.php
…
widgets.php
…