Changeset 6870
- Timestamp:
- 03/13/2018 05:12:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
r6869 r6870 102 102 return $tags; 103 103 } 104 add_filter( 'jetpack_open_graph_tags', 'custom_open_graph_tags' );104 add_filter( 'jetpack_open_graph_tags', __NAMESPACE__ . '\custom_open_graph_tags' );
Note: See TracChangeset
for help on using the changeset viewer.