Changeset 5951 for trunk/src/includes/admin/functions.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/functions.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/functions.php
r5829 r5951 16 16 * Add a separator to the WordPress admin menus 17 17 * 18 * @since bbPress (r2957)18 * @since 2.0.0 bbPress (r2957) 19 19 */ 20 20 function bbp_admin_separator() { … … 48 48 * Tell WordPress we have a custom menu order 49 49 * 50 * @since bbPress (r2957)50 * @since 2.0.0 bbPress (r2957) 51 51 * 52 52 * @param bool $menu_order Menu order … … 64 64 * Move our custom separator above our custom post types 65 65 * 66 * @since bbPress (r2957)66 * @since 2.0.0 bbPress (r2957) 67 67 * 68 68 * @param array $menu_order Menu Order … … 118 118 * Filter sample permalinks so that certain languages display properly. 119 119 * 120 * @since bbPress (r3336)120 * @since 2.0.0 bbPress (r3336) 121 121 * 122 122 * @param string $post_link Custom post type permalink … … 144 144 * Sanitize permalink slugs when saving the settings page. 145 145 * 146 * @since bbPress (r5364)146 * @since 2.6.0 bbPress (r5364) 147 147 * 148 148 * @param string $slug … … 174 174 * Uninstall all bbPress options and capabilities from a specific site. 175 175 * 176 * @since bbPress (r3765) 176 * @since 2.1.0 bbPress (r3765) 177 * 177 178 * @param type $site_id 178 179 */ … … 193 194 * Redirect user to bbPress's What's New page on activation 194 195 * 195 * @since bbPress (r4389)196 * @since 2.2.0 bbPress (r4389) 196 197 * 197 198 * @internal Used internally to redirect bbPress to the about page on activation … … 237 238 * any third-party plugins. 238 239 * 239 * @since bbPress (r3888) 240 * @since 2.1.0 bbPress (r3888) 241 * 240 242 * @global string $plugin_page 241 243 * @global array $submenu_file … … 253 255 * Output the tabs in the admin area 254 256 * 255 * @since bbPress (r3872) 257 * @since 2.1.0 bbPress (r3872) 258 * 256 259 * @param string $active_tab Name of the tab that is active 257 260 */ … … 263 266 * Output the tabs in the admin area 264 267 * 265 * @since bbPress (r3872) 268 * @since 2.1.0 bbPress (r3872) 269 * 266 270 * @param string $active_tab Name of the tab that is active 267 271 */
Note: See TracChangeset
for help on using the changeset viewer.