Changeset 45033
- Timestamp:
- 03/27/2019 02:44:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r45031 r45033 1689 1689 1690 1690 if ( ! empty( $excluded_terms ) && ! is_array( $excluded_terms ) ) { 1691 // back-compat, $excluded_terms used to be $excluded_terms with IDs separated by " and "1691 // Back-compat, $excluded_terms used to be $excluded_categories with IDs separated by " and ". 1692 1692 if ( false !== strpos( $excluded_terms, ' and ' ) ) { 1693 1693 _deprecated_argument( __FUNCTION__, '3.3.0', sprintf( __( 'Use commas instead of %s to separate excluded terms.' ), "'and'" ) );
Note: See TracChangeset
for help on using the changeset viewer.