Changeset 48185 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/26/2020 06:47:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r48110 r48185 3858 3858 * Filters whether to preempt generating a shortlink for the given post. 3859 3859 * 3860 * Passing a truthy value to the filter will effectively short-circuit the3861 * shortlink-generation process, returning that value instead.3860 * Returning a truthy value from the filter will effectively short-circuit 3861 * the shortlink generation process, returning that value instead. 3862 3862 * 3863 3863 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.