PluginProbe
bbPress / 2.6.17
bbPress v2.6.17
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
← All changes | includes/common/xmlrpc.php +3 -3 trunk2.6.17 View file →
@@ -12,9 +12,9 @@
12 12
13 13 /**
14 14 * Validate an XML-RPC edit against bbPress posting rules.
15 15 *
16 - * @since 2.7.0 bbPress
16 + * @since 2.6.17 bbPress
17 17 *
18 18 * @param string $method XML-RPC method name.
19 19 * @param array $args XML-RPC method arguments.
20 20 */
@@ -140,9 +140,9 @@
140 140
141 141 /**
142 142 * Deny a post capability when an XML-RPC edit failed bbPress validation.
143 143 *
144 - * @since 2.7.0 bbPress
144 + * @since 2.6.17 bbPress
145 145 *
146 146 * @param array $caps Required capabilities.
147 147 * @param string $cap Requested capability.
148 148 * @param int $user_id User ID.
@@ -163,9 +163,9 @@
163 163
164 164 /**
165 165 * Apply bbPress moderation to XML-RPC post data.
166 166 *
167 - * @since 2.7.0 bbPress
167 + * @since 2.6.17 bbPress
168 168 *
169 169 * @param array $post_data Parsed post data.
170 170 * @return array Parsed post data.
171 171 */