- Timestamp:
- 08/04/2016 10:53:40 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r37899 r38201 63 63 * 64 64 * @since 3.1.0 65 * @since 4.6.0 Converted to use get_sites()66 65 * 67 66 * @global string $s -
trunk/src/wp-includes/class-wp-customize-setting.php
r38121 r38201 469 469 * 470 470 * @since 3.4.0 471 * @since 4.6.0 Return the result of updating the value.471 * 472 472 * @access public 473 473 * -
trunk/src/wp-includes/ms-functions.php
r37985 r38201 297 297 * 298 298 * @since MU 2.6.5 299 * @since 4.6.0 Converted to use get_sites()300 299 * 301 300 * @global wpdb $wpdb WordPress database abstraction object. … … 1253 1252 * 1254 1253 * @since MU 1255 * @since 4.6.0 Converted to use get_sites()1256 1254 * 1257 1255 * @global wpdb $wpdb WordPress database abstraction object. … … 2260 2258 * 2261 2259 * @since 3.7.0 2262 * @since 4.6.0 Converted to use get_sites()2263 2260 * 2264 2261 * @global wpdb $wpdb WordPress database abstraction object. -
trunk/src/wp-includes/ms-load.php
r38125 r38201 122 122 * 123 123 * @since 3.9.0 124 * @since 4.4.0 Converted to a wrapper for WP_Network::get_by_path() 124 * 125 * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path() 125 126 * 126 127 * @param string $domain Domain to check. … … 137 138 * 138 139 * @since 3.9.0 139 * @since 4.4.0 Converted to leverage WP_Network140 * @ since 4.6.0 Converted to use get_network()140 * 141 * @internal In 4.6.0, converted to use get_network() 141 142 * 142 143 * @param object|int $network The network's database row or ID. … … 156 157 * 157 158 * @since 3.9.0 158 * @since 4.6.0 Converted to use get_sites()159 159 * 160 160 * @global wpdb $wpdb WordPress database abstraction object. -
trunk/src/wp-includes/post.php
r38145 r38201 838 838 * 839 839 * @since 3.0.0 840 * @since 4.6.0 Converted to useWP_Post_Type.840 * @since 4.6.0 Object returned is now an instance of WP_Post_Type. 841 841 * 842 842 * @global array $wp_post_types List of post types. … … 901 901 * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing 902 902 * screen and post editing screen. 903 * @since 4.6.0 Converted to useWP_Post_Type.903 * @since 4.6.0 Post type object returned is now an instance of WP_Post_Type. 904 904 * 905 905 * @global array $wp_post_types List of post types. … … 1059 1059 * 1060 1060 * @since 4.5.0 1061 * @since 4.6.0 Converted to use WP_Post_Type.1062 1061 * 1063 1062 * @global array $wp_post_types List of post types.
Note: See TracChangeset
for help on using the changeset viewer.