This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
47536f1eee
Wordpress
/
wp-admin
/
includes
History
Andrew Nacin
c3ec0a0c9c
Change the 'per page' screen options strings.
fixes
#12872
, props caesarsgrunt.
...
git-svn-id:
https://develop.svn.wordpress.org/trunk@14157
602fd350-edb4-49c9-b593-d223f7449a82
2010-04-18 17:15:58 +00:00
..
admin.php
…
bookmark.php
…
class-ftp-pure.php
…
class-ftp-sockets.php
…
class-ftp.php
…
class-pclzip.php
…
class-wp-filesystem-base.php
…
class-wp-filesystem-direct.php
…
class-wp-filesystem-ftpext.php
Return false on WP_Filesystem_FTPext::dirlist() for non-existant folders. See
#12232
. See
#12057
2010-04-17 04:00:59 +00:00
class-wp-filesystem-ftpsockets.php
…
class-wp-filesystem-ssh2.php
…
class-wp-upgrader.php
Toggle between "Show Details" and "Hide Details" on GUU; Add no-js CSS class support to generic iframe header. Props ocean90.
Fixes
#12919
2010-04-17 12:27:13 +00:00
comment.php
…
continents-cities.php
…
dashboard.php
Initialize some options for the secondary dashboard widget. see
#11783
2010-04-03 07:31:28 +00:00
deprecated.php
…
export.php
…
file.php
Replace use of tmpfile() with a safe get_temp_dir(). tmpfile() may use a temporary directly which is not writable. Add static caching to get_temp_dir() & better protect against bad server configs.
Fixes
#12866
2010-04-06 11:20:51 +00:00
image-edit.php
…
image.php
…
import.php
…
manifest.php
…
media.php
Use the correct field when determining if the parent can support the Post Editor. See
#12792
2010-04-18 09:09:45 +00:00
meta-boxes.php
Add $force_delete to get_delete_post_link(). Remove unnecessary argument. props scribu,
fixes
#12708
2010-04-16 02:29:10 +00:00
misc.php
…
ms-deprecated.php
File-level phpdoc for multisite files.
2010-04-04 13:29:35 +00:00
ms.php
More grant/revoke super admin improvements.
fixes
#12933
.
2010-04-09 08:26:16 +00:00
nav-menu.php
Change meta-box-hidden to metaboxhidden to adjust for new key sanitization rules and maintain the same key name as 2.9.
fixes
#13032
2010-04-16 17:44:38 +00:00
plugin-install.php
…
plugin.php
Escape/texturize Admin menu titles. Fixes page titles such as "Foo & Bar" not being entity encoded. Also includes some basic whitespace/standards cleanup to a related function.
Fixes
#12039
2010-04-18 03:38:47 +00:00
post.php
Use is_post_type_hierarchical and is_taxonomy_hierarchical when we're fetching a post/tax object only to check the hierarchical flag.
fixes
#12950
.
2010-04-18 15:54:45 +00:00
schema.php
Add edit_theme_options capability
2010-04-16 15:36:44 +00:00
taxonomy.php
…
template.php
Change the 'per page' screen options strings.
fixes
#12872
, props caesarsgrunt.
2010-04-18 17:15:58 +00:00
theme-install.php
…
theme.php
…
update-core.php
…
update.php
…
upgrade.php
Bump the other upgrade check, Fixes r14138. See
#11866
2010-04-18 06:18:00 +00:00
user.php
use meta caps in [14032], see
#12109
2010-04-07 21:04:42 +00:00
widgets.php
…