Changeset 26631
- Timestamp:
- 12/04/2013 08:02:53 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26625 r26631 302 302 * 303 303 * Important: An object MUST be returned to this filter. 304 * 304 * 305 305 * @since 2.8.0 306 * 306 * 307 307 * @param object $args Arguments used to query for installer pages from the WordPress.org Themes API. 308 308 * @param string $action Requested action. Likely values are 'theme_information', … … 316 316 * Returning a value of true to this filter allows a theme to completely 317 317 * override the built-in WordPress.org API. 318 * 318 * 319 319 * @since 2.8.0 320 320 * -
trunk/src/wp-admin/network/settings.php
r26518 r26631 68 68 /** 69 69 * Fires after the network options are updated. 70 * 70 * 71 71 * @since MU 72 72 */ … … 313 313 * 314 314 * @since MU 315 * 315 * 316 316 * @param array $admin_menus The menu items available. 317 317 */ -
trunk/src/wp-admin/network/site-settings.php
r26518 r26631 61 61 /** 62 62 * Fires after the site options are updated. 63 * 63 * 64 64 * @since 3.0.0 65 65 */ … … 151 151 /** 152 152 * Fires at the end of the Edit Site form, before the submit button. 153 * 153 * 154 154 * @since 3.0.0 155 * 155 * 156 156 * @param int $id Site ID. 157 157 */ -
trunk/src/wp-includes/formatting.php
r26585 r26631 3043 3043 * 3044 3044 * @since 2.8.0 3045 * 3045 * 3046 3046 * @param string $safe_tag The tag name after it has been escaped. 3047 3047 * @param string $tag_name The text before it was escaped.
Note: See TracChangeset
for help on using the changeset viewer.