Changeset 18234 for trunk/wp-admin/includes/internal-linking.php
- Timestamp:
- 06/10/2011 05:02:03 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/internal-linking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/internal-linking.php
r18207 r18234 17 17 */ 18 18 function wp_link_query( $args = array() ) { 19 $pts = get_post_types( array( 'public ly_queryable' => true ), 'objects' );19 $pts = get_post_types( array( 'public' => true ), 'objects' ); 20 20 $pt_names = array_keys( $pts ); 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)