Changeset 8952 for trunk/wp-app.php
- Timestamp:
- 09/22/2008 05:15:41 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-app.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r8600 r8952 68 68 if ( !function_exists('wp_set_current_user') ) : 69 69 /** 70 * wp_set_current_user() - Sets the current WordPress User70 * Sets the current WordPress User. 71 71 * 72 72 * Pluggable function which is also found in pluggable.php. … … 75 75 * @uses $current_user Global of current user to test whether $id is the same. 76 76 * 77 * @param int $id The user's ID 77 * @param int $id The user's ID. 78 78 * @param string $name Optional. The username of the user. 79 79 * @return WP_User Current user's User object … … 92 92 93 93 /** 94 * wa_posts_where_include_drafts_filter() - Filter to add more post statuses94 * Filter to add more post statuses. 95 95 * 96 96 * @param string $where SQL statement to filter … … 105 105 106 106 /** 107 * @internal 108 * Left undocumented to work on later. If you want to finish, then please do so. 107 * WordPress AtomPub API implementation. 109 108 * 110 109 * @package WordPress 111 110 * @subpackage Publishing 111 * @since 2.2.0 112 112 */ 113 113 class AtomServer {
Note: See TracChangeset
for help on using the changeset viewer.