Changeset 19596 for trunk/wp-admin/press-this.php
- Timestamp:
- 12/14/2011 05:36:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r19424 r19596 433 433 <?php } elseif ( preg_match("/vimeo\.com\/[0-9]+/i", $url) ) { ?> 434 434 show('video'); 435 <?php 435 <?php } elseif ( preg_match("/flickr\.com/i", $url) ) { ?> 436 436 show('photo'); 437 437 <?php } ?> … … 606 606 $content = ''; 607 607 if ( $selection ) 608 $content .= 608 $content .= $selection; 609 609 610 610 if ( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.