| [17710]
|
ryan
|
Validate post status against capabilities in press this. Props nacin. for 3.1
|
| [17711]
|
ryan
|
Validate post status against capabilities in press this. Props nacin. for 3.0
|
| [23331]
|
nacin
|
Validate pingback source URIs. Less verbose errors.
|
| [23330]
|
nacin
|
Validate pingback source URIs. Less verbose errors.
|
| [23329]
|
nacin
|
Validate pingback source URIs. Less verbose errors.
|
| [16644]
|
scribu
|
Validate pagination input. Props batmoo. See #15580
|
| [4242]
|
ryan
|
Validate good times, come on. Props Viper007Bond. fixes #3113
|
| [4169]
|
ryan
|
Validate good times, come on. Props Viper007Bond. fixes #3113
|
| [12318]
|
azaozz
|
Validate date/time fields for posts and comments, fixes #10309
|
| [2464]
|
ryan
|
Validate comment author email. http://mosquito.wordpress.org/view.php?id=982 Props: MtDewVirus
|
| [4226]
|
ryan
|
Validate backup and fragment files. Don't allow traversal.
|
| [4095]
|
ryan
|
Validate backup and fragment files. Don't allow traversal.
|
| [13853]
|
dd32
|
Validate Table Prefix in wp-config.php generator. Props johnl1479. Fixes #12622
|
| [21759]
|
nacin
|
Validate $order in wp_get_object_terms(). props duck_. for 3.4.
|
| [21758]
|
nacin
|
Validate $order in wp_get_object_terms(). props duck_.
|
| [13347]
|
nacin
|
Validate $object_id in *_metadata() functions. Props scribu fixes #11841
|
| [14632]
|
nacin
|
Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383.
|
| [15199]
|
nacin
|
Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130.
|
| [16869]
|
nacin
|
Utilize gallery-columns-# classes in Twenty Ten. props ianstewart, lancewillett. fixes #15103.
|
| [577]
|
kurtpayne
|
Using static class var to keep cache.
|
| [796]
|
emc3
|
Using require_once will make it easier to incorporate WP functionality into custom templates.
|
| [1948]
|
saxmatt
|
Using modern variables.
|
| [11516]
|
azaozz
|
Using css to hide the Save button in widgets without settings, props Denis-de-Bernardy, fixes #10020
|
| [1280]
|
markjaquith
|
Using … here now.
|
| [1132]
|
kurtpayne
|
Using $this->assertEqualSets() instead of array_diff(). See #130 for more details.
|
| [128]
|
saxmatt
|
Uses ezSQL, added "status", tested. Works great!
|
| [591]
|
saxmatt
|
Users tweaks. Still need to add admin user registration.
|
| [15011]
|
nacin
|
Users help. props dragoonis. see #13467.
|
| [3481]
|
ryan
|
Username sanitization cleanups.
|
| [1915]
|
saxmatt
|
Userlevel 6 on options page
|
| [2116]
|
saxmatt
|
User-generated rel attributes shouldn't be allowed in comments (doesn't make sense for any current uses of rel.)
|
| [10055]
|
ryan
|
User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
|
| [3519]
|
ryan
|
User ref instead of copying. Props m4ttias. fixes #2256
|
| [390]
|
ryan
|
User property tests
|
| [413]
|
ryan
|
User meta isset tests
|
| [3857]
|
ryan
|
User management improvements from Mark Jaquith and David House. #2793
|
| [19687]
|
ryan
|
User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302
|
| [14032]
|
ryan
|
User is_super_admin(). Props ocean90. fixes #12888
|
| [12646]
|
ryan
|
User is_super_admin(). Props GIGALinux. see #11644
|
| [14422]
|
ryan
|
User deletion fixes. Props yoavf. fixes #13242
|
| [2636]
|
matt
|
User data migration should be complete
|
| [2872]
|
ryan
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
|
| [12889]
|
ryan
|
User correct var. Props nacin. fixes #12066
|
| [2334]
|
saxmatt
|
User agent in trackbacks, good idea - http://mosquito.wordpress.org/view.php?id=873
|
| [3861]
|
ryan
|
User UI tweaks from Mark Jaquith. #2793
|
| [18364]
|
azaozz
|
User Profile JS cleanup, props dd32, fixes #17910 for 3.2
|
| [18363]
|
azaozz
|
User Profile JS cleanup, props dd32, fixes #17910 for 3.1
|
| [4069]
|
matt
|
Useless notice
|
| [2112]
|
rboren
|
Used the filtered vars, not the unfiltered ones. Bug 641.
|
| [1088]
|
bpetty
|
Used the correct ticket numbers for new wp_basename tests in last commit.
|
| [17658]
|
ryan
|
Used passed admin bar object instead of global. Props solarissmoke. fixes #16540
|
| [19255]
|
ryan
|
Used numbered format specifiers. Add translator note. Props SergeyBiryukov. fixes #19090
|
| [6723]
|
ryan
|
Use wpurl, not home, for constructing paging links. see #5684
|
| [10731]
|
ryan
|
Use wpdb::insert() and update(). see #6836
|
| [10730]
|
ryan
|
Use wpdb::insert() and update(). Props DD32. see #6836
|
| [13947]
|
ryan
|
Use wpdb->prefix instead of wpdb->base_prefix(). base_prefix() does not return the correct prefix when a blog ID is not passed.
|
| [2699]
|
ryan
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
| [22189]
|
nacin
|
Use wp_update_post() rather than wp_insert_post() in wp_publish_post() to avoid stomping of values like categories. props ericmann, fixes #22167. see #21963.
|
| [23591]
|
ryan
|
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
see #WP21767
|
| [23594]
|
ryan
|
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
see #21767
|
| [23563]
|
ryan
|
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
see #21767
|
| [23567]
|
ryan
|
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
|
| [11202]
|
ryan
|
Use wp_unique_slug() in wp_insert_attachment(). Props Denis-de-Bernardy. fixes #9726
|
| [24212]
|
SergeyBiryukov
|
Use wp_trim_words() in Recent Drafts widget. fixes #24292.
|
| [15195]
|
nacin
|
Use wp_title() proper in Twenty Ten, and move the janky stuff to a filter. see #13751.
|
| [16359]
|
scribu
|
Use wp_start_object_cache() in switch_to_blog(). Props prettyboymp. Fixes #15361
|
| [3544]
|
ryan
|
Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446
|
| [20425]
|
ryan
|
Use wp_safe_redirect(). No need to allow offsite redirects.
|
| [20486]
|
nacin
|
Use wp_safe_redirect(). No need to allow offsite redirects.
|
| [17928]
|
nacin
|
Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416.
|
| [2854]
|
ryan
|
Use wp_remote_fopen to fetch remote OPML. Props Cypher, davidhouse. fixes #1491
|
| [3937]
|
ryan
|
Use wp_redirect().
|
| [3928]
|
ryan
|
Use wp_redirect().
|
| [2440]
|
ryan
|
Use wp_redirect() when logging out. http://mosquito.wordpress.org/view.php?id=592 Props: toby
|
| [18544]
|
nacin
|
Use wp_print_scripts() in install.php. Fixes issues with SCRIPT_DEBUG, removes l10n.js reference. fixes #18394.
|
| [5444]
|
rob1n
|
Use wp_parse_args(). fixes #4237
|
| [14154]
|
nacin
|
Use wp_parse_args in register_sidebar. fixes #11836, props scribu.
|
| [7159]
|
ryan
|
Use wp_mkdir_p() to create js cache dir. Props DD32. see #6097
|
| [2835]
|
ryan
|
Use wp_mail instead of mail. Props to tliebig. fixes #1642
|
| [19027]
|
nacin
|
Use wp_lostpassword_url() instead of site_url(wp-login...). Update wp_lostpassword_url() to use network_site_url(). props markoheijnen, fixes #18808.
|
| [19281]
|
nacin
|
Use wp_login_url() where possible in wp-login.php. props ramiy for initial patch. Escape with a tin foil hat. fixes #19199.
|
| [2571]
|
ryan
|
Use wp_list_cats() instead of list_cats()
|
| [3881]
|
ryan
|
Use wp_list_categories() in templates.
|
| [6673]
|
ryan
|
Use wp_list_bookmarks() in default theme. Props MichaelH. fixes #5724
|
| [17422]
|
nacin
|
Use wp_kses_post instead of wp_kses_data for a better balance between security and flexibility. fixes #16489 for trunk.
|
| [17423]
|
nacin
|
Use wp_kses_post instead of wp_kses_data for a better balance between security and flexibility. fixes #16489 for the 3.1 branch.
|
| [9791]
|
ryan
|
Use wp_html_excerpt() instead of substr in rss widget. Props nbachiyski. fixes #8278
|
| [5274]
|
ryan
|
Use wp_hash to create cron's check hash.
|
| [3360]
|
ryan
|
Use wp_handle_upload().
|
| [8529]
|
ryan
|
Use wp_guess_url() for determining the cron URL. Props jacobsantos. see #4779
|
| [21847]
|
nacin
|
Use wp_get_theme()->get_page_templates() rather than get_page_templates() in wp_insert_post(),
to allow page template setting on the frontend without a fatal error. fixes #21755.
|
| [20037]
|
nacin
|
Use wp_get_theme() rather than get_theme_data() in the verify theme deletion (multisite network) screen. see #20103.
|
| [3923]
|
ryan
|
Use wp_get_referer(). fixes #2800 #2855
|
| [3918]
|
ryan
|
Use wp_get_referer(). fixes #2800
|
| [3921]
|
ryan
|
Use wp_get_referer(). Props robmiller. fixes #2855
|
| [1155]
|
ryan
|
Use wp_get_image_editor()
|
| [23432]
|
SergeyBiryukov
|
Use wp_get_current_user(). props nacin. see #23192.
|
| [17010]
|
scribu
|
Use wp_dropdown_users() in the delete confirmation screen. Props duck_. See #15854
|
| [16975]
|
scribu
|
Use wp_dropdown_users() in export.php again, due to [16974]. See #15786
|
| [8757]
|
ryan
|
Use wp_dropdown_pages() insead of parent_dropdown()
|