mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 17:44:25 +00:00
358b309da9524f095c3874d164b4f0ae050d63fd
edit-form-advanced.php:
* `get_permalink( $post_ID )` can return `false`, set it to a variable and check it * Using the variable allows us to replace 11 separate calls to `get_permalink( $post_ID )` in the file * These notices were triggered by the potential for `false` to be passed to `esc_url()` See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31131 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%