WordPress/wp-includes
Scott Taylor ab6d069f59 Add access modifiers to WP_User_Query.
Add magic methods for BC: __get(), __set(), __isset(), __unset(), and
__call().

See #27881, #22234.

Built from https://develop.svn.wordpress.org/trunk@28528


git-svn-id: http://core.svn.wordpress.org/trunk@28354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-05-19 15:48:15 +00:00
..
certificates
css
fonts
ID3
images
js
pomo Eliminate the use of extract() in MO::import_from_reader(). 2014-05-17 17:21:14 +00:00
SimplePie
Text
theme-compat
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php In wp_list_bookmarks(), $categorize should now be $r['categorize]. 2014-05-19 05:11:14 +00:00
bookmark.php
cache.php Classes that have __set() also need __isset() and __unset(). 2014-05-19 06:52:14 +00:00
canonical.php
capabilities.php Add access modifiers to methods/members in WP_Roles. Add a magic __call() method for BC. 2014-05-19 05:20:14 +00:00
category-template.php Add access modifiers to methods/members in Walker_Category and Walker_CategoryDropdown. 2014-05-19 05:23:14 +00:00
category.php
class-feed.php Add access modifiers to methods/members in WP_Feed_Cache, WP_SimplePie_File, and WP_Feed_Cache_Transient. 2014-05-19 05:27:15 +00:00
class-http.php Add access modifier to methods of HTTP classes. There are no new private or protected methods, so no need for __call(). 2014-05-19 05:34:15 +00:00
class-IXR.php
class-json.php
class-oembed.php Add access modifier to methods/members in WP_oEmbed. Adds a magic __call() method for BC. 2014-05-19 05:37:13 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' ) 2014-05-18 20:52:15 +00:00
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php Classes that have __set() also need __isset() and __unset(). 2014-05-19 06:52:14 +00:00
class-wp-customize-control.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-manager.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-section.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-setting.php Add missing access modifiers to methods/members in WP_Customize_*. 2014-05-19 05:45:16 +00:00
class-wp-customize-widgets.php
class-wp-editor.php
class-wp-embed.php Add access modifiers to methods/members in WP_Embed. 2014-05-19 05:47:14 +00:00
class-wp-error.php Classes that have __set() also need __isset() and __unset(). 2014-05-19 06:52:14 +00:00
class-wp-http-ixr-client.php Add access modifiers to methods/members in WP_HTTP_IXR_Client. 2014-05-19 05:51:15 +00:00
class-wp-image-editor-gd.php Add missing access modifiers to methods/members in WP_Image_Editor_* classes. 2014-05-19 05:53:14 +00:00
class-wp-image-editor-imagick.php Add missing access modifiers to methods/members in WP_Image_Editor_* classes. 2014-05-19 05:53:14 +00:00
class-wp-image-editor.php
class-wp-theme.php
class-wp-walker.php Classes that have __set() also need __isset() and __unset(). 2014-05-19 06:52:14 +00:00
class-wp-xmlrpc-server.php Add missing access modifiers to methods in wp_xmlrpc_server. Add a magic __call() method for BC. 2014-05-19 06:09:13 +00:00
class-wp.php Classes that have __set() also need __isset() and __unset(). 2014-05-19 06:52:14 +00:00
class.wp-dependencies.php Add missing access modifiers to methods in WP_Dependencies and _WP_Dependency. 2014-05-19 06:14:14 +00:00
class.wp-scripts.php Add missing access modifiers to methods in WP_Scripts and WP_Styles. 2014-05-19 06:17:14 +00:00
class.wp-styles.php Add missing access modifiers to methods in WP_Scripts and WP_Styles. 2014-05-19 06:17:14 +00:00
comment-template.php Add missing access modifiers to methods/members in Walker and subclasses. Add a magic __get() method. 2014-05-19 06:00:15 +00:00
comment.php Add missing access modifiers to methods in WP_Comment_Query. Add a magic __call() method for BC. 2014-05-19 06:19:14 +00:00
compat.php
cron.php
date.php
default-constants.php
default-filters.php
default-widgets.php
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php
functions.php
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Improve inline documentation for default arguments in wp_get_archives(). 2014-05-18 17:20:15 +00:00
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php
media-template.php
media.php
meta.php Add missing access modifiers to methods in WP_Meta_Query. 2014-05-19 06:35:14 +00:00
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php
ms-settings.php
nav-menu-template.php Add missing access modifiers to methods/members in Walker and subclasses. Add a magic __get() method. 2014-05-19 06:00:15 +00:00
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-formats.php
post-template.php Add missing access modifiers to methods/members in Walker and subclasses. Add a magic __get() method. 2014-05-19 06:00:15 +00:00
post-thumbnail-template.php
post.php
query.php Add missing access modifiers to methods in WP_Query. Add magic methods for __get(), __set(), __isset(), __unset(), and __call(). 2014-05-19 06:49:16 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' ) 2014-05-18 20:52:15 +00:00
shortcodes.php
taxonomy.php
template-loader.php
template.php
theme.php
update.php Fix some hackificator odds and ends in wp-admin: 2014-05-19 05:04:16 +00:00
user.php Add access modifiers to WP_User_Query. 2014-05-19 15:48:15 +00:00
vars.php
version.php
widgets.php Add public access modifier to methods/members of WP_Widget and WP_Widget_Factory. 2014-05-19 15:42:13 +00:00
wlwmanifest.xml
wp-db.php In wpdb, make some things explicitly public. Do not set anything to private. This would instantly blow up hyperdb in the wild. 2014-05-19 15:36:13 +00:00
wp-diff.php Add access modifiers to WP_Text_Diff_Renderer_Table that are compatible with its parent class. Some of the inline docs suggest access that, if implemented, would produce fatal errors. 2014-05-19 15:23:14 +00:00