Changeset 8197
- Timestamp:
- 02/05/2019 06:00:49 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins
- Files:
-
- 2 edited
-
wporg-cli/inc/class-handbook.php (modified) (1 diff)
-
wporg-markdown/inc/class-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-cli/inc/class-handbook.php
r5148 r8197 13 13 || ! is_main_query() 14 14 || ! in_the_loop() 15 || is_embed() 15 16 || $id !== get_queried_object_id() ) { 16 17 return $title; -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/inc/class-editor.php
r5992 r8197 73 73 || ! is_main_query() 74 74 || ! in_the_loop() 75 || is_embed() 75 76 || $id !== get_queried_object_id() ) { 76 77 return $title;
Note: See TracChangeset
for help on using the changeset viewer.