Changeset 37488 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r37466 r37488 113 113 $tables = $wpdb->tables( 'blog' ); 114 114 /** 115 * Filter the tables to drop when the site is deleted.115 * Filters the tables to drop when the site is deleted. 116 116 * 117 117 * @since MU … … 129 129 130 130 /** 131 * Filter the upload base directory to delete when the site is deleted.131 * Filters the upload base directory to delete when the site is deleted. 132 132 * 133 133 * @since MU … … 292 292 293 293 /** 294 * Filter the email text sent when the site admin email is changed.294 * Filters the email text sent when the site admin email is changed. 295 295 * 296 296 * The following strings have a special meaning and will get replaced dynamically: … … 372 372 373 373 /** 374 * Filter the email text sent when a user changes emails.374 * Filters the email text sent when a user changes emails. 375 375 * 376 376 * The following strings have a special meaning and will get replaced dynamically: … … 605 605 606 606 /** 607 * Filter the language codes.607 * Filters the language codes. 608 608 * 609 609 * @since MU … … 731 731 732 732 /** 733 * Filter the languages available in the dropdown.733 * Filters the languages available in the dropdown. 734 734 * 735 735 * @since MU … … 874 874 875 875 /** 876 * Filter whether this network can be edited from this page.876 * Filters whether this network can be edited from this page. 877 877 * 878 878 * @since 3.1.0 … … 1048 1048 1049 1049 /** 1050 * Filter the links that appear on site-editing network pages1050 * Filters the links that appear on site-editing network pages 1051 1051 * 1052 1052 * Default links: 'site-info', 'site-users', 'site-themes', and 'site-settings'
Note: See TracChangeset
for help on using the changeset viewer.