Wordpress/wp-admin/includes
Ryan Boren 66b081abd2 Remove author tags. fixes #12366
git-svn-id: https://develop.svn.wordpress.org/trunk@13377 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 19:07:21 +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 Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 2010-02-14 02:27:19 +00:00
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-upgrader.php
comment.php
continents-cities.php
dashboard.php Add missing </small> tag. see #11891 fixes #12321 props ocean90 2010-02-24 16:45:33 +00:00
deprecated.php
export.php
file.php Pass overrides. Allow ref array calling. Props tychay. fixes #12278 2010-02-22 16:54:51 +00:00
htaccess.ms
image-edit.php
image.php Use utf8_encode() consistently in wp_read_image_metadata(). Also add some whitespace. props miqrogroove, see #11417, see #12095 2010-02-20 12:09:30 +00:00
import.php
manifest.php
media.php Pass overrides. Allow ref array calling. Props tychay. fixes #12278 2010-02-22 16:54:51 +00:00
meta-boxes.php Introduce assign_cap for Taxonomies, Defaults to 'edit_posts'. Allows for Authors/Contributors to tag/categorise their posts. See #12035 2010-02-22 08:36:32 +00:00
misc.php Don't use deprecated *_usermeta() functions. Props technosailor fixes #10837 2010-02-22 21:25:32 +00:00
ms-deprecated.php
ms.php Switch over to *_user_meta() syntax. The old get_usermeta() would return a string when only one value was found, get_user_meta() requires $single = true. Fixes #10837 2010-02-23 10:42:40 +00:00
nav-menu.php Nav menu cleanups. Props nbachiyski. see #11817 2010-02-24 18:52:54 +00:00
plugin-install.php
plugin.php Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300 2010-02-20 21:09:49 +00:00
post.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
schema.php Don't use deprecated *_usermeta() functions. Props technosailor fixes #10837 2010-02-22 21:25:32 +00:00
taxonomy.php
template.php Fix trash/untrash/delete links for custom post types. Props jfarthing84. see #9674 2010-02-24 05:43:41 +00:00
theme-install.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
theme.php Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 2010-02-20 02:01:46 +00:00
update-core.php
update.php Add links to the codex changelog in update notification strings. props dtoj, see #11739 2010-02-20 12:28:10 +00:00
upgrade.php Switch over to *_user_meta() syntax. The old get_usermeta() would return a string when only one value was found, get_user_meta() requires $single = true. Fixes #10837 2010-02-23 10:42:40 +00:00
user.php Remove author tags. fixes #12366 2010-02-24 19:07:21 +00:00
widgets.php Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300 2010-02-20 21:09:49 +00:00
wp-config.ms Set svn eol-style native on new files 2010-02-20 21:00:19 +00:00